Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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