The ServerUserCollection type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAdd(T)
Adds a user to the collection.
(Inherited from UserCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkAdd(String, String)
Adds a user with the specified user name and password to the collection.
Public methodSupported by the .NET Compact FrameworkClear
Removes all users from the colleciton.
(Inherited from UserCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkContains(String)
Returns a value indicating whether the collection contains a user with the specified name.
(Inherited from UserCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkContains(T)
Returns a value indicating whether the collection contains a specified user.
(Inherited from UserCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from UserCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkRemove(String)
Removes the user with the specified name from the collection.
(Inherited from UserCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkRemove(T)
Removes the specified user from the collection.
(Inherited from UserCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCount
Returns the number of users in the collection.
(Inherited from UserCollection<(Of <(<'T>)>)>.)
Public propertySupported by the .NET Compact FrameworkItem
Gets a ServerUser with the specified userName.
(Inherited from UserCollection<(Of <(<'T>)>)>.)

Explicit Interface Implementations

See Also