IPersonAvailableConsents Property |
Get collection of available ConsentPersons. Those that are not yet stored will have a ConsetPurpose id only
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIConsentPersons AvailableConsents { get; }
ReadOnly Property AvailableConsents As IConsentPersons
Get
Dim instance As IPerson
Dim value As IConsentPersons
value = instance.AvailableConsents
property IConsentPersons^ AvailableConsents {
IConsentPersons^ get ();
}
Property Value
Type:
IConsentPersons
See Also