public static class Netapi32Util.DomainController extends Object
Modifier and Type | Field and Description |
---|---|
String |
address
Specifies the address of the discovered domain controller.
|
int |
addressType
Indicates the type of string that is contained in the
DomainControllerAddress member.
|
String |
clientSiteName
The name of the site that the computer belongs to.
|
String |
dnsForestName
Pointer to a null-terminated string that specifies the name of the domain at the root
of the DS tree.
|
Guid.GUID |
domainGuid
The GUID of the domain.
|
String |
domainName
Pointer to a null-terminated string that specifies the name of the domain.
|
int |
flags
Contains a set of flags that describe the domain controller.
|
String |
name
Specifies the computer name of the discovered domain controller.
|
Constructor and Description |
---|
DomainController() |
public String name
public String address
public int addressType
public Guid.GUID domainGuid
public String domainName
public String dnsForestName
public int flags
public String clientSiteName