UserSegmentTermCollection members
SharePoint 2013
The UserSegmentTermCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of items in the Collection |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. |
|
Item | Gets an item by its position in the collection. Position is zero-based. |
| Name | Description | |
|---|---|---|
|
Add | Adds an item to the collection |
|
Clear | Removes all items from the collection. |
|
Contains | Determines whether the collection contains given user segment term. |
|
CopyTo | Copies the item to an array, starting at a particular array index |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
IndexOf | Determines the position of the item in the collection. |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove | Removes the item from the collection |
|
ToString | (Inherited from Object.) |