Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A delegate representing a method to deserialize a key.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Delegate Function KeyDeserializer ( _
key As String _
) As Object
'Usage
Dim instance As New KeyDeserializer(AddressOf HandlerMethod)
public delegate Object KeyDeserializer(
string key
)
Parameters
key
Type: System.StringA String.
Return Value
Type: System.Object
A System.Object.