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 whether the data model is validated before it is written as a response to a request to the metadata endpoint.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Property DisableValidationOnMetadataWrite As Boolean
Get
Set
'Usage
Dim instance As IDataServiceConfiguration
Dim value As Boolean
value = instance.DisableValidationOnMetadataWrite
instance.DisableValidationOnMetadataWrite = value
bool DisableValidationOnMetadataWrite { get; set; }
property bool DisableValidationOnMetadataWrite {
bool get ();
void set (bool value);
}
abstract DisableValidationOnMetadataWrite : bool with get, set
function get DisableValidationOnMetadataWrite () : boolean
function set DisableValidationOnMetadataWrite (value : boolean)
Property Value
Type: System.Boolean
true when metadata validation is disabled; otherwise false.