다음을 통해 공유


ApplicationContainerSettingsElement.SessionId 속성

정의

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

속성 값

Int32

고유 세션 식별자입니다.

특성

적용 대상