AudienceCollection.AudienceEnumerator.Reset method
Sets the enumerator to its initial position, which is before the first element in the collection.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub Reset
'Usage
Dim instance As AudienceCollection.AudienceEnumerator
instance.Reset()
public void Reset()
Implements
Remarks
The enumerator remains valid as long as this collection remains unchanged. If changes are made to the collection, such as adding, modifying, or deleting elements, the enumerator is irrecoverably invalidated, and the next call to MoveNext or Reset throws an exception.
See also
Reference
AudienceCollection.AudienceEnumerator class