Share via


PrimitiveTypeConfiguration.Name Property

 

Gets 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; }
public:
property String^ Name {
    virtual String^ get() sealed;
}
abstract Name : string with get
override Name : string with get
Public ReadOnly Property Name As String

Property Value

Type: System.String

Implements

IEdmTypeConfiguration.Name

See Also

PrimitiveTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top