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 自定义会话 ID 管理方案的会话 ID 生成和管理。 默认值为空字符串 ("")。

适用于