Share via


EntitySetConfiguration.Name Property

Gets the name of this entity set.

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

Syntax

'Declaration
Public Overridable Property Name As String 
    Get 
    Private Set
'Usage
Dim instance As EntitySetConfiguration 
Dim value As String 

value = instance.Name
public virtual string Name { get; private set; }
public:
virtual property String^ Name {
    String^ get ();
    private: void set (String^ value);
}
abstract Name : string with get, private set 
override Name : string with get, private set
function get Name () : String 
private function set Name (value : String)

Property Value

Type: System.String

See Also

Reference

EntitySetConfiguration Class

System.Web.Http.OData.Builder Namespace