API Reference
Class
DsaGuidInfo
Row describing the DSA GUID for a domain controller.
Inheritance
- Object
- DsaGuidInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ForestDsaGuidService.GetAll
Constructors
public DsaGuidInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Domain { get; set; } #DNS domain name hosting the domain controller.
public String HostName { get; set; } #Fully qualified host name of the domain controller.
public Guid DsaGuid { get; set; } #Object GUID of the NTDS Settings object.
public String DsaGuidName { get; set; } #Common name of the NTDS Settings object.