共用方式為


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

唯一工作階段識別碼。

屬性

適用於