StructuralTypeConfiguration.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 virtual string Name { get; set; }
public:
property String^ Name {
virtual String^ get();
virtual void set(String^ value);
}
abstract Name : string with get, set
override Name : string with get, set
Public Overridable Property Name As String
Property Value
Type: System.String
Implements
See Also
StructuralTypeConfiguration Class
System.Web.OData.Builder Namespace
Return to top