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 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