UpdatePhaseStateDuration Property |
The time the due date occurs.
Namespace: Scanjour.Workflow4.ActivityLibrary.PhasesAssembly: 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 OutArgument<TimeSpan> Duration { get; set; }
Public Property Duration As OutArgument(Of TimeSpan)
Get
Set
public:
property OutArgument<TimeSpan>^ Duration {
OutArgument<TimeSpan>^ get ();
void set (OutArgument<TimeSpan>^ value);
}
member Duration : OutArgument<TimeSpan> with get, set
Property Value
OutArgumentTimeSpan
See Also