| Methods / Administrative Service | |
Web Services
Retrieves the domain name to which AgilePoint Server connects.
public virtual string GetDomainName()
| Name | Description |
|---|---|
| None | Not Applicable |
A string containing the domain name of the AgilePoint Server machine.
IWFAdminService svc = GetAdminService();
try
{
string domainName = svc.GetDomainName();
Console.WriteLine("AgilePoint System Domain Name={0}", domainName);
}
catch (Exception ex)
{
Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex));
}
/* Sample of output
AgilePoint System Domain Name=LDAP://dc=Frabrikam,dc=com
*/
4.6 and higher