[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.UserTasks.UserTaskInformation.NearDuration"]
public 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