Share via


IEdmTypeConfiguration.Namespace Property

The namespace of the EdmType.

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

Syntax

'Declaration
ReadOnly Property Namespace As String 
    Get
'Usage
Dim instance As IEdmTypeConfiguration 
Dim value As String 

value = instance.Namespace
string Namespace { get; }
property String^ Namespace {
    String^ get ();
}
abstract Namespace : string
function get Namespace () : String

Property Value

Type: System.String
Returns String.

See Also

Reference

IEdmTypeConfiguration Interface

System.Web.Http.OData.Builder Namespace