ETag.IsAny Property
Gets or sets whether the ETag correspondings to "*".
Namespace: System.Web.Http.OData.Formatter
Assembly: System.Web.Http.OData (in System.Web.Http.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.Http.OData.Formatter Namespace
Return to top