IProjectSuggestedDocuments Property |
Returns a collection of suggested documents for this project
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 IProject
Dim value As ISuggestedDocuments
value = instance.SuggestedDocuments
property ISuggestedDocuments^ SuggestedDocuments {
ISuggestedDocuments^ get ();
}
Property Value
Type:
ISuggestedDocuments
See Also