UserSegmentTermCollection members

The UserSegmentTermCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in the Collection
Public property IsReadOnly Gets a value indicating whether the collection is read-only.
Public property Item Gets an item by its position in the collection. Position is zero-based.

Top

Methods

  Name Description
Public method Add Adds an item to the collection
Public method Clear Removes all items from the collection.
Public method Contains Determines whether the collection contains given user segment term.
Public method CopyTo Copies the item to an array, starting at a particular array index
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Determines the position of the item in the collection.
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the item from the collection
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See also

Reference

UserSegmentTermCollection class

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