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