Share via


SetPSWorkflowData.PSBookmarkTimeoutSec Property

Definition

Defines the maximum amount of time that the workflow engine should wait for a bookmark to be resumed. The default is unlimited.

public:
 property System::Activities::InArgument<Nullable<System::UInt32>> ^ PSBookmarkTimeoutSec { System::Activities::InArgument<Nullable<System::UInt32>> ^ get(); void set(System::Activities::InArgument<Nullable<System::UInt32>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<uint?> PSBookmarkTimeoutSec { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSBookmarkTimeoutSec : System.Activities.InArgument<Nullable<uint32>> with get, set
Public Property PSBookmarkTimeoutSec As InArgument(Of Nullable(Of UInteger))

Property Value

Attributes

Applies to