Share via


StructuralTypeConfiguration.Namespace Property

 

Gets the namespace of this edm type.

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

Syntax

public virtual string Namespace {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    protected set;
}
public:
property String^ Namespace {
    [CompilerGeneratedAttribute]
    virtual String^ get();
    [CompilerGeneratedAttribute]
    protected: virtual void set(String^ value);
}
abstract Namespace : string with get, set
override Namespace : string with get, set
Public Overridable Property Namespace As String
    Get
    Protected Set
End Property

Property Value

Type: System.String

Implements

IEdmTypeConfiguration.Namespace

See Also

StructuralTypeConfiguration Class
System.Web.Http.OData.Builder Namespace

Return to top