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 the entity type of the ETag.
Namespace: System.Web.Http.OData.Formatter
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public Type EntityType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property Type^ EntityType {
[CompilerGeneratedAttribute]
Type^ get();
[CompilerGeneratedAttribute]
void set(Type^ value);
}
member EntityType : Type with get, set
Public Property EntityType As Type
Property Value
Type: System.Type
See Also
ETag Class
System.Web.Http.OData.Formatter Namespace
Return to top