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 if model aliasing is enabled or not. The default value is true.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public bool ModelAliasingEnabled {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property bool ModelAliasingEnabled {
[CompilerGeneratedAttribute]
bool get();
[CompilerGeneratedAttribute]
void set(bool value);
}
member ModelAliasingEnabled : bool with get, set
Public Property ModelAliasingEnabled As Boolean
Property Value
Type: System.Boolean
See Also
ODataConventionModelBuilder Class
System.Web.OData.Builder Namespace
Return to top