IActivityLinksDocuments Property |
The list of documents attached to the appointment/sale/document/project
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIDocuments Documents { get; }
ReadOnly Property Documents As IDocuments
Get
Dim instance As IActivityLinks
Dim value As IDocuments
value = instance.Documents
property IDocuments^ Documents {
IDocuments^ get ();
}
Property Value
Type:
IDocuments
See Also