Share via


StartSleep.Seconds Property

Definition

Provides access to the Seconds parameter.

public:
 property System::Activities::InArgument<int> ^ Seconds { System::Activities::InArgument<int> ^ get(); void set(System::Activities::InArgument<int> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<int> Seconds { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Seconds : System.Activities.InArgument<int> with get, set
Public Property Seconds As InArgument(Of Integer)

Property Value

Attributes

Applies to