SmartPostValidatorApprovalDeadline Property
The deadline for the approval. This parameter only makes sense if
IsApproval is true.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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 InOutArgument<DateTime> ApprovalDeadline { get; set; }
Public Property ApprovalDeadline As InOutArgument(Of DateTime)
Get
Set
public:
property InOutArgument<DateTime>^ ApprovalDeadline {
InOutArgument<DateTime>^ get ();
void set (InOutArgument<DateTime>^ value);
}
member ApprovalDeadline : InOutArgument<DateTime> with get, set
Property Value
InOutArgumentDateTime