SessionStateSection.UseHostingIdentity 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定工作階段狀態是否將在用戶端模擬可供使用時加以使用,或者一律還原到裝載識別。
public:
property bool UseHostingIdentity { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useHostingIdentity", DefaultValue=true)]
public bool UseHostingIdentity { get; set; }
[<System.Configuration.ConfigurationProperty("useHostingIdentity", DefaultValue=true)>]
member this.UseHostingIdentity : bool with get, set
Public Property UseHostingIdentity As Boolean
屬性值
如果 Web 應用程式應該還原到裝載識別,則為 true
,否則為 false
。 預設值是 true
。
- 屬性