IPersonIsAssociate Property |
Return true if the person represents an internal user
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsAssociate { get; }
ReadOnly Property IsAssociate As Boolean
Get
Dim instance As IPerson
Dim value As Boolean
value = instance.IsAssociate
property bool IsAssociate {
bool get ();
}
Property Value
Type:
Boolean
See Also