PropertyConstraintCollection Class

Represents a collection of PropertyConstraint objects.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Search.Query.PropertyConstraintCollection

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class PropertyConstraintCollection
'Usage
Dim instance As PropertyConstraintCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class PropertyConstraintCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PropertyConstraintCollection Members

Microsoft.SharePoint.Search.Query Namespace