Share via


EnumTypeConfiguration.Name Property

 

Gets or sets the name of this EDM type.

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

Syntax

public string Name { get; set; }
public:
property String^ Name {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
abstract Name : string with get, set
override Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

Implements

IEdmTypeConfiguration.Name

See Also

EnumTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top