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