ApplicationContainerSettings.SessionId 속성

정의

애플리케이션 컨테이너 설정의 세션 식별자를 가져오거나 설정합니다.

public:
 property int SessionId { int get(); void set(int value); };
public int SessionId { get; set; }
member this.SessionId : int with get, set
Public Property SessionId As Integer

속성 값

Int32

애플리케이션 컨테이너 설정의 세션 식별자입니다.

적용 대상