ETag.EntityType Property
Gets or sets an entity type of the ETag.
Namespace: System.Web.OData.Formatter
Assembly: System.Web.OData (in System.Web.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.OData.Formatter Namespace
Return to top