Removes an organization property from AgilePoint.
None.
IWFAdminService svc = GetAdminService(); string name = ...// for example, "Departments" try { svc. RemoveOrganizationProperties (name); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher