API Reference
Class
SiteInfoEx
Active Directory site information with optional subnets, DCs, and NTDS site options.
Inheritance
- Object
- SiteInfoEx
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
- Property CoverageReport.Sites
- Method TopologyService.AttachSiteOptions
- Method TopologyService.AttachSubnets
- Method TopologyService.GetSites
- Method TopologyService.GetSites
Accepted by parameters
Constructors
public SiteInfoEx() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Location { get; set; } #Optional location attribute.
public String DistinguishedName { get; set; } #Distinguished name of the site object.
public IReadOnlyList<String> Subnets { get; set; } #List of subnets bound to this site (populated by AttachSubnets).
public IReadOnlyList<String> DomainControllers { get; set; } #Domain controllers registered under CN=Servers for this site.
public NtdsSiteSettingsFlags Options { get; set; } #NTDS Site Settings options (when attached).