CreateDocumentActivityRecordState Property |
The Document state. UÅ, UL, UP, ARK, AFS
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 InArgument<string> RecordState { get; set; }
Public Property RecordState As InArgument(Of String)
Get
Set
public:
property InArgument<String^>^ RecordState {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
member RecordState : InArgument<string> with get, set
Property Value
InArgumentString
See Also