SubmissionStepNearDuration Property |
Gets or sets the near 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 TimeSpan NearDuration { get; set; }
Public Property NearDuration As TimeSpan
Get
Set
public:
property TimeSpan NearDuration {
TimeSpan get ();
void set (TimeSpan value);
}
member NearDuration : TimeSpan with get, set
Property Value
TimeSpan
See Also