GetUser

GetUser(string)

Gets the element at the specified ID.

public User GetUser(string name)
Parameter Type Description
name String

See Also


GetUser(int)

Gets the element at the specified ID.

public User GetUser(int ID)
Parameter Type Description
ID Int32

See Also