NewPSTransportOptionCommand.IdleTimeoutSec Property

Definition

IdleTimeoutMs.

public:
 property Nullable<int> IdleTimeoutSec { Nullable<int> get(); void set(Nullable<int> value); };
public int? IdleTimeoutSec { get; set; }
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateRange(60, 2147483)]
public int? IdleTimeoutSec { get; set; }
member this.IdleTimeoutSec : Nullable<int> with get, set
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateRange(60, 2147483)>]
member this.IdleTimeoutSec : Nullable<int> with get, set
Public Property IdleTimeoutSec As Nullable(Of Integer)

Property Value

Attributes

Applies to