ProcessInfoDocuments Property
Gets or sets the documents.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public OutArgument<Record[]> Documents { get; set; }
Public Property Documents As OutArgument(Of Record())
Get
Set
public:
property OutArgument<array<Record^>^>^ Documents {
OutArgument<array<Record^>^>^ get ();
void set (OutArgument<array<Record^>^>^ value);
}
member Documents : OutArgument<Record[]> with get, set
Property Value
OutArgumentRecord
The the document records.