Propriété ODataMessageReaderSettings.EnableAtomMetadataReading
Obtient ou définit une valeur indiquant s'il faut activer la lecture des métadonnées ATOM.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property EnableAtomMetadataReading As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
True pour activer la lecture des métadonnées ATOM ; sinon, false.