Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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