QueryableRestrictionsAnnotation.Restrictions Property
Gets the restrictions for the EDM property.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public QueryableRestrictions Restrictions {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property QueryableRestrictions^ Restrictions {
[CompilerGeneratedAttribute]
QueryableRestrictions^ get();
[CompilerGeneratedAttribute]
private: void set(QueryableRestrictions^ value);
}
member Restrictions : QueryableRestrictions with get, private set
Public Property Restrictions As QueryableRestrictions
Get
Private Set
End Property
Property Value
Type: System.Web.OData.QueryableRestrictions
See Also
QueryableRestrictionsAnnotation Class
System.Web.OData Namespace
Return to top