UserCollection<T>.Item Property
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Item[String]
Gets a ServerUser with the specified userName (or null if not found).
Declaration
public T this[string userName] { get; }
Parameters
Type | Name | Description |
---|---|---|
String | userName | UserName of the user to get. |
Property Value
Type | Description |
---|---|
T | A ServerUser (or null if not found). |