Compartilhar 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

public virtual string Name {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    protected set;
}
public:
property String^ Name {
    [CompilerGeneratedAttribute]
    virtual String^ get();
    [CompilerGeneratedAttribute]
    protected: virtual void set(String^ value);
}
abstract Name : string with get, set
override Name : string with get, set
Public Overridable Property Name As String
    Get
    Protected Set
End Property

Property Value

Type: System.String

Implements

IEdmTypeConfiguration.Name

See Also

StructuralTypeConfiguration Class
System.Web.Http.OData.Builder Namespace

Return to top