DataProviderScriptWebPart.PropertiesJson property

Specifies the property bag for user defined basic type properties. The JSON equivalent of Properties.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property PropertiesJson As String
    Get
    Set
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As String

value = instance.PropertiesJson

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

Property value

Type: System.String

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace