Share via


ETag.IsWellFormed Property

 

Gets or sets whether the ETag is well-formed.

Namespace:   System.Web.Http.OData.Formatter
Assembly:  System.Web.Http.OData (in System.Web.Http.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.Http.OData.Formatter Namespace

Return to top