Share via


StructuralTypeConfiguration.Name Property

Gets the name of this EDM type.

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 
    Protected Set
'Usage
Dim instance As StructuralTypeConfiguration 
Dim value As String 

value = instance.Name

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

Property Value

Type: System.String

Implements

IEdmTypeConfiguration.Name

See Also

Reference

StructuralTypeConfiguration Class

System.Web.Http.OData.Builder Namespace