Share via


ODataPath.EdmType Property

 

Gets or sets the EDM type of the path.

Namespace:   System.Web.Http.OData.Routing
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public IEdmType EdmType { get; }
public:
property IEdmType^ EdmType {
    IEdmType^ get();
}
member EdmType : IEdmType with get
Public ReadOnly Property EdmType As IEdmType

Property Value

Type: Microsoft.Data.Edm.IEdmType

See Also

ODataPath Class
System.Web.Http.OData.Routing Namespace

Return to top