IDatabaseUserAssociateId Property |
Returns the associate id of the logged in user
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint UserAssociateId { get; }
ReadOnly Property UserAssociateId As Integer
Get
Dim instance As IDatabase
Dim value As Integer
value = instance.UserAssociateId
property int UserAssociateId {
int get ();
}
Property Value
Type:
Int32
See Also