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 the EDM model to use for parsing the path.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEdmModel EdmModel {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEdmModel^ EdmModel {
[CompilerGeneratedAttribute]
IEdmModel^ get();
[CompilerGeneratedAttribute]
private: void set(IEdmModel^ value);
}
member EdmModel : IEdmModel with get, private set
Public Property EdmModel As IEdmModel
Get
Private Set
End Property
Property Value
Type: Microsoft.Data.Edm.IEdmModel
See Also
ODataPathRouteConstraint Class
System.Web.Http.OData.Routing Namespace
Return to top