ODataFormat.VerboseJson Property
Gets or sets the verbose JSON format.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Shared ReadOnly Property VerboseJson As ODataFormat
Get
'Usage
Dim value As ODataFormat
value = ODataFormat.VerboseJson
public static ODataFormat VerboseJson { get; }
public:
static property ODataFormat^ VerboseJson {
ODataFormat^ get ();
}
static member VerboseJson : ODataFormat
static function get VerboseJson () : ODataFormat
Property Value
Type: Microsoft.Data.OData.ODataFormat
The verbose JSON format.