示例#1
0
 /// <summary>
 /// Gets the list of managed users from BIRST.
 /// </summary>
 /// <returns>The list of users.</returns>
 public string[] GetManagedUsers()
 {
     return(_webService.listManagedUsers(LoginToken));
 }