ValidateHierarchyNextValidation Property |
Time to next validation attempt.
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: 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> NextValidation { get; set; }
Public Property NextValidation As OutArgument(Of TimeSpan)
Get
Set
public:
property OutArgument<TimeSpan>^ NextValidation {
OutArgument<TimeSpan>^ get ();
void set (OutArgument<TimeSpan>^ value);
}
member NextValidation : OutArgument<TimeSpan> with get, set
Property Value
OutArgumentTimeSpan
See Also