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