Share via


CollectionTypeConfiguration.Name Property

Gets the name of this collection type.

Namespace:  System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String 
    Get
'Usage
Dim instance As CollectionTypeConfiguration 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
abstract Name : string 
override Name : string
final function get Name () : String

Property Value

Type: System.String
Returns String.

Implements

IEdmTypeConfiguration.Name

See Also

Reference

CollectionTypeConfiguration Class

System.Web.Http.OData.Builder Namespace