ODataPath.EdmType Property
Gets or sets the EDM type of the path.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.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.OData.Edm.IEdmType
See Also
ODataPath Class
System.Web.OData.Routing Namespace
Return to top