NavigationPathSegment.NavigationPropertyName Property

 

Gets the name of the navigation property.

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

Syntax

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

Property Value

Type: System.String

See Also

NavigationPathSegment Class
System.Web.OData.Routing Namespace

Return to top