SPProviderInitialData.ResultTypeIsJson Property
Gets or sets a value that indicates whether the communication between the browser and the server will use data serialized using Java Script Object Notation (JSON).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ResultTypeIsJson As Boolean
Get
Set
'Usage
Dim instance As SPProviderInitialData
Dim value As Boolean
value = instance.ResultTypeIsJson
instance.ResultTypeIsJson = value
[DataMemberAttribute]
public bool ResultTypeIsJson { get; set; }
Property Value
Type: System.Boolean
true if JSON is used; otherwise, false.