Share via


IEdmTypeConfiguration.Name Property

The name of the EdmType.

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

Syntax

'Declaration
ReadOnly Property Name As String 
    Get
'Usage
Dim instance As IEdmTypeConfiguration 
Dim value As String 

value = instance.Name
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string
function get Name () : String

Property Value

Type: System.String
Returns String.

See Also

Reference

IEdmTypeConfiguration Interface

System.Web.Http.OData.Builder Namespace