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