UserTaskDuration Property
Gets or sets the duration period.
Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasksAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public 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.