IChecklistAssociateId Property |
AssociateId - id of owner of checklist
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint AssociateId { get; set; }
Property AssociateId As Integer
Get
Set
Dim instance As IChecklist
Dim value As Integer
value = instance.AssociateId
instance.AssociateId = value
property int AssociateId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also