IPersonGetConsentByName Method |
Get ConsentPerson for given ConsentPurpose unique key name
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIConsentPerson GetConsentByName(
string i_ConsentPurposeKey
)
Function GetConsentByName (
i_ConsentPurposeKey As String
) As IConsentPerson
Dim instance As IPerson
Dim i_ConsentPurposeKey As String
Dim returnValue As IConsentPerson
returnValue = instance.GetConsentByName(i_ConsentPurposeKey)
IConsentPerson^ GetConsentByName(
[InAttribute] String^ i_ConsentPurposeKey
)
Parameters
- i_ConsentPurposeKey
- Type: SystemString
Return Value
Type:
IConsentPerson
See Also