ApplicationContainerSettingsElement.SessionId Property

Definition

Gets or sets the unique session identifier for the ApplicationContainerSettingsElement.

public:
 property int SessionId { int get(); void set(int value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.SessionIdTypeConvertor))]
[System.Configuration.ConfigurationProperty("sessionId", DefaultValue="CurrentSession")]
public int SessionId { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.SessionIdTypeConvertor))>]
[<System.Configuration.ConfigurationProperty("sessionId", DefaultValue="CurrentSession")>]
member this.SessionId : int with get, set
Public Property SessionId As Integer

Property Value

The unique session identifier.

Attributes

Applies to