NewPSTransportOption.MaxMemoryPerSessionMB Property

Definition

Provides access to the MaxMemoryPerSessionMB parameter.

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

Property Value

Attributes

Applies to