PropertyConstraintCollection.Item property
Gets the property constraint at the specified index in the collection.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.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.Int32A 32-bit integer that specifies the position in the index.
Property value
Type: Microsoft.Office.Server.Search.Query.PropertyConstraint
A PropertyConstraint object.
See also
Reference
PropertyConstraintCollection class