Compartir a través de


Postpone.PostponeUntil Property

Definition

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

Applies to