Update.ToJson method
Serializes this object to JavaScript Object Notation (JSON).
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function ToJson ( _
s As Serializer _
) As String
'Usage
Dim instance As Update
Dim s As Serializer
Dim returnValue As String
returnValue = instance.ToJson(s)
public string ToJson(
Serializer s
)
Parameters
s
Type: Microsoft.SharePoint.JsonUtilities.Serializerrepresents the object to be serialized.
Return value
Type: System.String
Returns String.
Implements
IJsonSerializable.ToJson(Serializer)