ODataMessageReaderSettingsBase.EnableAtomMetadataReading Property

Gets or sets whether ATOM metadata is read in ATOM payloads.

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

Syntax

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

value = instance.EnableAtomMetadataReading

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

Property Value

Type: System.Boolean
true if ATOM metadata is read in ATOM payloads; otherwise, false.

See Also

Reference

ODataMessageReaderSettingsBase Class

Microsoft.Data.OData Namespace