共用方式為


SessionStateSection.SessionIDManagerType 屬性

定義

取得或設定值,指定工作階段 ID 管理員的完整型別。

public:
 property System::String ^ SessionIDManagerType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("sessionIDManagerType", DefaultValue="")]
public string SessionIDManagerType { get; set; }
[<System.Configuration.ConfigurationProperty("sessionIDManagerType", DefaultValue="")>]
member this.SessionIDManagerType : string with get, set
Public Property SessionIDManagerType As String

屬性值

String

工作階段 ID 管理員的完整型別。

屬性

備註

SessionIDManagerType 覆寫自訂會話識別碼管理配置的會話識別碼產生和管理。 預設值為空字串 ("")。

適用於