ComplexCastPathSegment.CastTypeName Property

 

Gets the name of the cast type.

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

Syntax

public string CastTypeName {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ CastTypeName {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    private: void set(String^ value);
}
member CastTypeName : string with get, private set
Public Property CastTypeName As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

ComplexCastPathSegment Class
System.Web.OData.Routing Namespace

Return to top