NewPSTransportOptionCommand.ProcessIdleTimeoutSec Property

Definition

ProcessIdleTimeoutSec.

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

Property Value

Attributes

Applies to