[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.UserTasks.UserTaskInformation.Duration"]
public TimeSpan Duration { get; set; }
Public Property Duration As TimeSpan
Get
Set
public:
property TimeSpan Duration {
TimeSpan get ();
void set (TimeSpan value);
}
member Duration : TimeSpan with get, set