SessionStateSection.SessionIDManagerType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定工作階段 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
屬性值
工作階段 ID 管理員的完整型別。
- 屬性
備註
會 SessionIDManagerType 覆寫自訂會話識別碼管理配置的會話識別碼產生和管理。 預設值為空字串 ("")。