Postpone.PostponeUntil Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the date and time the workflow execution will resume.
public:
property System::Activities::InArgument<DateTime> ^ PostponeUntil { System::Activities::InArgument<DateTime> ^ get(); void set(System::Activities::InArgument<DateTime> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("Time until which the activity execution should be delayed.")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public System.Activities.InArgument<DateTime> PostponeUntil { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Time until which the activity execution should be delayed.")>]
[<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)>]
member this.PostponeUntil : System.Activities.InArgument<DateTime> with get, set
Public Property PostponeUntil As InArgument(Of DateTime)
Property Value
The date and time the workflow execution will resume.
- Attributes