Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public string Namespace {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property String^ Namespace {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
void set(String^ value);
}
member Namespace : string with get, set
Public Property Namespace As String
Property Value
Type: System.String
The namespace that will be used for the resulting model.
See Also
ODataModelBuilder Class
System.Web.Http.OData.Builder Namespace
Return to top