Share via


NewPSTransportOption.MaxSessions Property

Definition

Provides access to the MaxSessions parameter.

public:
 property System::Activities::InArgument<Nullable<int>> ^ MaxSessions { System::Activities::InArgument<Nullable<int>> ^ get(); void set(System::Activities::InArgument<Nullable<int>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<int?> MaxSessions { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.MaxSessions : System.Activities.InArgument<Nullable<int>> with get, set
Public Property MaxSessions As InArgument(Of Nullable(Of Integer))

Property Value

Attributes

Applies to