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 whether the property is restricted, i.e. not filterable, not sortable, not navigable, not expandable, or not countable.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public bool IsRestricted { get; }
public:
property bool IsRestricted {
bool get();
}
member IsRestricted : bool with get
Public ReadOnly Property IsRestricted As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
PropertyConfiguration Class
System.Web.OData.Builder Namespace
Return to top