IPartialSessionState.PartialSessionStateKeys 属性

定义

获取与会话状态值关联的键的列表。

public:
 property System::Collections::Generic::IList<System::String ^> ^ PartialSessionStateKeys { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> PartialSessionStateKeys { get; }
member this.PartialSessionStateKeys : System.Collections.Generic.IList<string>
Public ReadOnly Property PartialSessionStateKeys As IList(Of String)

属性值

IList<String>

字符串的泛型列表,这些字符串充当会话状态值的键。

注解

返回 null 值向会话状态提供程序指示提供程序应返回所有会话状态值。

适用于