ResultScriptWebPart.DataProviderJSON property

JSON serialized version of the data provider

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

Syntax

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

value = instance.DataProviderJSON

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

Property value

Type: System.String

See also

Reference

ResultScriptWebPart class

ResultScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace