Share via


StructuralTypeConfiguration.Namespace Property

 

Gets or sets the namespace of this EDM type.

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

Syntax

public virtual string Namespace { get; set; }
public:
property String^ Namespace {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract Namespace : string with get, set
override Namespace : string with get, set
Public Overridable Property Namespace As String

Property Value

Type: System.String

Implements

IEdmTypeConfiguration.Namespace

See Also

StructuralTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top