共用方式為


SessionStateSection.UseHostingIdentity 屬性

定義

取得或設定值,指定工作階段狀態是否將在用戶端模擬可供使用時加以使用,或者一律還原到裝載識別。

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

屬性

適用於