Share via


ODataMessageWriterSettings.EnableFullValidation Property

 

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

Syntax

public bool EnableFullValidation {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool EnableFullValidation {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member EnableFullValidation : bool with get, set
Public Property EnableFullValidation As Boolean

Property Value

Type: System.Boolean

See Also

ODataMessageWriterSettings Class
Microsoft.OData.Core Namespace

Return to top