UserCollection.GetUser

GetUser(string)

Gets the element at the specified ID.

public User GetUser(string name)
ParameterTypeDescription
nameString

See Also


GetUser(int)

Gets the element at the specified ID.

public User GetUser(int ID)
ParameterTypeDescription
IDInt32

See Also