ValidateUserTaskActivityDocuments Property |
Gets or sets the documents.
Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasksAssembly: 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 InArgument<Record[]> Documents { get; set; }
Public Property Documents As InArgument(Of Record())
Get
Set
public:
property InArgument<array<Record^>^>^ Documents {
InArgument<array<Record^>^>^ get ();
void set (InArgument<array<Record^>^>^ value);
}
member Documents : InArgument<Record[]> with get, set
Property Value
InArgumentRecord
The the document records.
See Also