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.
Get or set the base serializer property.
Namespace: Microsoft.SharePoint.JsonUtilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BaseSerializer As Serializer
Get
Set
'Usage
Dim instance As Serializer
Dim value As Serializer
value = instance.BaseSerializer
instance.BaseSerializer = value
public Serializer BaseSerializer { get; set; }
Property Value
Type: Microsoft.SharePoint.JsonUtilities.Serializer