ISaleSuggestedDocuments Property |
Retrieves the collection of Suggested Documents for this sale
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxISuggestedDocuments SuggestedDocuments { get; }
ReadOnly Property SuggestedDocuments As ISuggestedDocuments
Get
Dim instance As ISale
Dim value As ISuggestedDocuments
value = instance.SuggestedDocuments
property ISuggestedDocuments^ SuggestedDocuments {
ISuggestedDocuments^ get ();
}
Property Value
Type:
ISuggestedDocuments
See Also