示例#1
0
 public Task <bool> UnitSetKeyInUse(String key)
 {
     return(_deviceAdminManager.QueryAttributeUnitSetKeyInUseAsync(key, CurrentOrgId));
 }