ScriptWebPart.StatesJson property

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

Syntax

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

value = instance.StatesJson

instance.StatesJson = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string StatesJson { get; set; }

Property value

Type: System.String

See also

Reference

ScriptWebPart class

ScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace