NewPSTransportOptionCommand.MaxProcessesPerSession Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MaxProcessesPerSession.
public:
property Nullable<int> MaxProcessesPerSession { Nullable<int> get(); void set(Nullable<int> value); };
public int? MaxProcessesPerSession { get; set; }
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateRange(1, 2147483647)]
public int? MaxProcessesPerSession { get; set; }
member this.MaxProcessesPerSession : Nullable<int> with get, set
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateRange(1, 2147483647)>]
member this.MaxProcessesPerSession : Nullable<int> with get, set
Public Property MaxProcessesPerSession As Nullable(Of Integer)
Property Value
- Attributes