ShipmentInformationDocuments Property |
Documents to be shipped
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic List<DocumentInformation> Documents { get; set; }
Public Property Documents As List(Of DocumentInformation)
Get
Set
public:
property List<DocumentInformation^>^ Documents {
List<DocumentInformation^>^ get ();
void set (List<DocumentInformation^>^ value);
}
member Documents : List<DocumentInformation> with get, set
Property Value
ListDocumentInformation
See Also