API Reference
Class
SiteInfoEx
Active Directory site information with optional subnets, DCs, and NTDS site options.
Inheritance
- Object
- SiteInfoEx
Constructors
public SiteInfoEx() #Inherited Methods
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).