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.
Gets or sets the metadata format instance.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Metadata As ODataFormat
Get
'Usage
Dim value As ODataFormat
value = ODataFormat.Metadata
public static ODataFormat Metadata { get; }
public:
static property ODataFormat^ Metadata {
ODataFormat^ get ();
}
static member Metadata : ODataFormat
static function get Metadata () : ODataFormat
Property Value
Type: Microsoft.Data.OData.ODataFormat
The metadata format instance.