Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of this entity set.
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]
private set;
}
public:
property String^ Name {
[CompilerGeneratedAttribute]
virtual String^ get();
[CompilerGeneratedAttribute]
private: virtual void set(String^ value);
}
abstract Name : string with get, private set
override Name : string with get, private set
Public Overridable Property Name As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
EntitySetConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top