ScriptApplicationManager.States property

A property bag that is persisted to the client. Use it to store application level information that needs to be sent down to the client.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property States As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As ScriptApplicationManager
Dim value As Dictionary(Of String, Object)

value = instance.States
public Dictionary<string, Object> States { get; }

Property value

Type: System.Collections.Generic.Dictionary<String, Object>

See also

Reference

ScriptApplicationManager class

ScriptApplicationManager members

Microsoft.Office.Server.Search.WebControls namespace