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 whether the property is automatically expanded. default is false.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public bool AutoExpand {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property bool AutoExpand {
[CompilerGeneratedAttribute]
bool get();
[CompilerGeneratedAttribute]
void set(bool value);
}
member AutoExpand : bool with get, set
Public Property AutoExpand As Boolean
Property Value
Type: System.Boolean
See Also
PropertyConfiguration Class
System.Web.OData.Builder Namespace
Return to top