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 type of the cast.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEdmEntityType CastType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEdmEntityType^ CastType {
[CompilerGeneratedAttribute]
IEdmEntityType^ get();
[CompilerGeneratedAttribute]
private: void set(IEdmEntityType^ value);
}
member CastType : IEdmEntityType with get, private set
Public Property CastType As IEdmEntityType
Get
Private Set
End Property
Property Value
Type: Microsoft.Data.Edm.IEdmEntityType
See Also
CastPathSegment Class
System.Web.Http.OData.Routing Namespace
Return to top