Gets or sets the documents.
Namespace:
Scanjour.Workflow4.ActivityLibrary
Assembly:
Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
public OutArgument<Record[]> AnswerDocuments { get; set; }
Public Property AnswerDocuments As OutArgument(Of Record())
Get
Set
public:
property OutArgument<array<Record^>^>^ AnswerDocuments {
OutArgument<array<Record^>^>^ get ();
void set (OutArgument<array<Record^>^>^ value);
}
member AnswerDocuments : OutArgument<Record[]> with get, set
Property Value
Type:
OutArgumentRecord
The the document records.
Reference