IDocumentAssociate Property |
Author/owner of document
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 IDocument
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