Share via


ODataModelBuilder.Namespace Property

Gets or sets the namespace that will be used for the resulting model.

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

Syntax

'Declaration
Public Property Namespace As String 
    Get 
    Set
'Usage
Dim instance As ODataModelBuilder 
Dim value As String 

value = instance.Namespace

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

Property Value

Type: System.String
The namespace that will be used for the resulting model.

See Also

Reference

ODataModelBuilder Class

System.Web.Http.OData.Builder Namespace