IContactAssociate Property |
Our contact - the user who 'owns' the company
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIAssociate Associate { get; set; }
Property Associate As IAssociate
Get
Set
Dim instance As IContact
Dim value As IAssociate
value = instance.Associate
instance.Associate = value
property IAssociate^ Associate {
IAssociate^ get ();
void set (IAssociate^ value);
}
Property Value
Type:
IAssociate
See Also