PropertyConstraintCollection.Item Property

Gets the property constraint at the specified index in the collection.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As PropertyConstraint
    Get
'Usage
Dim instance As PropertyConstraintCollection
Dim index As Integer
Dim value As PropertyConstraint

value = instance(index)
public PropertyConstraint this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    A 32-bit integer that specifies the position in the index.

Property Value

Type: Microsoft.SharePoint.Search.Query.PropertyConstraint
A PropertyConstraint object.

See Also

Reference

PropertyConstraintCollection Class

PropertyConstraintCollection Members

Microsoft.SharePoint.Search.Query Namespace