IPersonStoredConsents Property |
Get collection of stored ConsentPersons.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIConsentPersons StoredConsents { get; }
ReadOnly Property StoredConsents As IConsentPersons
Get
Dim instance As IPerson
Dim value As IConsentPersons
value = instance.StoredConsents
property IConsentPersons^ StoredConsents {
IConsentPersons^ get ();
}
Property Value
Type:
IConsentPersons
See Also