ScriptWebPart.States property

Gets or sets the custom states passed as-is to the control.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property States As Dictionary(Of String, Object)
    Get
    Set
'Usage
Dim instance As ScriptWebPart
Dim value As Dictionary(Of String, Object)

value = instance.States

instance.States = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public Dictionary<string, Object> States { get; set; }

Property value

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

See also

Reference

ScriptWebPart class

ScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace