CreateDocumentActivityDocument Property |
The record for the created document on the case.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: 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 OutArgument<Record> Document { get; set; }
Public Property Document As OutArgument(Of Record)
Get
Set
public:
property OutArgument<Record^>^ Document {
OutArgument<Record^>^ get ();
void set (OutArgument<Record^>^ value);
}
member Document : OutArgument<Record> with get, set
Property Value
OutArgumentRecord
See Also