Visual Guard Class Library Documentation

VGMembershipUserCollection Members

VGMembershipUserCollection overview

Public Instance Constructors

VGMembershipUserCollection Constructor Creates a new, empty membership user collection.

Public Instance Properties

Count Gets the number of membership user objects in the collection.
IsSynchronized Gets a value indicating whether the membership user collection is thread safe.
ItemOverloaded. Gets the membership user in the collection referenced by the specified user name.
SyncRoot Gets the synchronization root.

Public Instance Methods

Add Adds the specified membership user to the collection.
Clear Removes all membership user objects from the collection.
CopyTo Copies the membership user collection to a one-dimensional array.
GetEnumerator Gets an enumerator that can iterate through the membership user collection.
GetSortedList Returns a sorted collection using the specified VGMembershipUserComparer object.
RemoveOverloaded. Removes the membership user object with the specified user name from the collection.
SetReadOnly Makes the contents of the membership user collection read-only.

See Also

VGMembershipUserCollection Class | Novalys.VisualGuard.Security.Membership Namespace