ScriptWebPart.ScriptDeserialize<T> method

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

Syntax

'Declaration
Protected Function ScriptDeserialize(Of T) ( _
    propertyJson As String _
) As T
'Usage
Dim propertyJson As String
Dim returnValue As T

returnValue = Me.ScriptDeserialize(propertyJson)
protected T ScriptDeserialize<T>(
    string propertyJson
)

Type parameters

  • T

Parameters

Return value

Type: T

See also

Reference

ScriptWebPart class

ScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace