UpdateActionDescriptor.EntityType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the entity type for the update action.

Namespace:  System.Web.Http.Data
Assembly:  System.Web.Http.Data (in System.Web.Http.Data.dll)

Syntax

'Declaration
Public ReadOnly Property EntityType As Type
public Type EntityType { get; }
public:
property Type^ EntityType {
    Type^ get ();
}
member EntityType : Type
function get EntityType () : Type

Property Value

Type: System.Type

See Also

Reference

UpdateActionDescriptor Class

System.Web.Http.Data Namespace