NewPSTransportOptionCommand.MaxMemoryPerSessionMB Property

Definition

MaxMemoryPerSessionMB.

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

Property Value

Attributes

Applies to