IAssociatePerson Property |
Person that corresponds to this user - can be empty for resources or anonymous users.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property Person As IPerson
Get
Dim instance As IAssociate
Dim value As IPerson
value = instance.Person
property IPerson^ Person {
IPerson^ get ();
}
Property Value
Type:
IPerson
See Also