Gets or sets whether the ETag is well-formed.
Namespace:   System.Web.OData.Formatter
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public bool IsWellFormed {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool IsWellFormed {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member IsWellFormed : bool with get, set
Public Property IsWellFormed As Boolean
Property Value
Type: System.Boolean
See Also
ETag Class
System.Web.OData.Formatter Namespace
Return to top