NewPSTransportOptionCommand.MaxSessionsPerUser Property

Definition

MaxSessionsPerUser.

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

Property Value

Attributes

Applies to