CaseWatchCaseRegTime Property |
The RegTime of the last found which meets the criteria or last case examined.
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 InOutArgument<string> CaseRegTime { get; set; }
Public Property CaseRegTime As InOutArgument(Of String)
Get
Set
public:
property InOutArgument<String^>^ CaseRegTime {
InOutArgument<String^>^ get ();
void set (InOutArgument<String^>^ value);
}
member CaseRegTime : InOutArgument<string> with get, set
Property Value
InOutArgumentString
See Also