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

'Declaration
Public Overridable Property Namespace As String 
    Get 
    Protected Set
'Usage
Dim instance As StructuralTypeConfiguration 
Dim value As String 

value = instance.Namespace

instance.Namespace = value
public virtual string Namespace { get; protected set; }
public:
virtual property String^ Namespace {
    String^ get ();
    protected: void set (String^ value);
}
abstract Namespace : string with get, set 
override Namespace : string with get, set
function get Namespace () : String 
protected function set Namespace (value : String)

Property Value

Type: System.String

Implements

IEdmTypeConfiguration.Namespace

See Also

Reference

StructuralTypeConfiguration Class

System.Web.Http.OData.Builder Namespace