Share via


PrimitiveTypeConfiguration.Namespace Property

 

Gets the namespace of this EDM type.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.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

PrimitiveTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top