ODataMessageReaderSettings.EnableAtomMetadataReading Property

Gets or sets a value that indicates whether to enable atom metadata reading.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property EnableAtomMetadataReading As Boolean 
    Get 
    Set
'Usage
Dim instance As ODataMessageReaderSettings 
Dim value As Boolean 

value = instance.EnableAtomMetadataReading

instance.EnableAtomMetadataReading = value
public bool EnableAtomMetadataReading { get; set; }
public:
property bool EnableAtomMetadataReading {
    bool get ();
    void set (bool value);
}
member EnableAtomMetadataReading : bool with get, set
function get EnableAtomMetadataReading () : boolean 
function set EnableAtomMetadataReading (value : boolean)

Property Value

Type: System.Boolean
True to enable atom metadata reading; otherwise, false.

See Also

Reference

ODataMessageReaderSettings Class

Microsoft.Data.OData Namespace