ISaleDocumentLink Property |
OBSOLETE - use ActivityLinks instead
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIDocument DocumentLink { get; set; }
Property DocumentLink As IDocument
Get
Set
Dim instance As ISale
Dim value As IDocument
value = instance.DocumentLink
instance.DocumentLink = value
property IDocument^ DocumentLink {
IDocument^ get ();
void set (IDocument^ value);
}
Property Value
Type:
IDocument
See Also