IPersonIsExternalPerson Property |
returns true if this person has a login of type 4
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsExternalPerson { get; }
ReadOnly Property IsExternalPerson As Boolean
Get
Dim instance As IPerson
Dim value As Boolean
value = instance.IsExternalPerson
property bool IsExternalPerson {
bool get ();
}
Property Value
Type:
Boolean
See Also