NewPSTransportOptionCommand.MaxSessions Property

Definition

MaxSessions.

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

Property Value

Attributes

Applies to