次の方法で共有


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

一意のセッション識別子。

属性

適用対象