CollectionTypeConfiguration.Name Property
Gets the name of this collection type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public string Name { get; }
public:
property String^ Name {
virtual String^ get() sealed;
}
abstract Name : string with get
override Name : string with get
Public ReadOnly Property Name As String
Property Value
Type: System.String
Implements
See Also
CollectionTypeConfiguration Class
System.Web.OData.Builder Namespace
Return to top