Share via


NavigationSourceConfiguration.Name Property

 

Gets the name of this navigation source.

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

Syntax

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

Property Value

Type: System.String

Implements

INavigationSourceConfiguration.Name

See Also

NavigationSourceConfiguration Class
System.Web.OData.Builder Namespace

Return to top