UserSegmentTermCollection.Item property

Gets an item by its position in the collection. Position is zero-based.

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

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

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

Parameters

Property value

Type: System.Guid

Exceptions

Exception Condition
ArgumentOutOfRangeException

Thrown when index is not a valid index in the collection.

See also

Reference

UserSegmentTermCollection class

UserSegmentTermCollection members

Microsoft.Office.Server.Search.Query.Rules namespace