SimpleUserTaskDuration Property |
Gets or sets the duration period.
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<TimeSpan> Duration { get; set; }
Public Property Duration As InArgument(Of TimeSpan)
Get
Set
public:
property InArgument<TimeSpan>^ Duration {
InArgument<TimeSpan>^ get ();
void set (InArgument<TimeSpan>^ value);
}
member Duration : InArgument<TimeSpan> with get, set
Property Value
InArgumentTimeSpan
The duration.
See Also