API Reference / SubnetInfoExAPI ReferenceClass SubnetInfoExEdit on GitHubNamespace ADPlayground.ReplicationAssembly ADPlaygroundSource ADPlayground/Replication/Models/SubnetInfoEx.cs:7Modifiers sealedActive Directory subnet binding to a site.InheritanceObjectSubnetInfoExFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic SubnetInfoEx() #ADPlayground/Replication/Models/SubnetInfoEx.cs:7Inherited Methodspublic override Boolean Equals(Object obj) #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:20Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:25Returns: Int32Inherited from Objectpublic Type GetType() #Returns: TypeInherited from Objectpublic override String ToString() #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:15Returns: StringInherited from ObjectPropertiespublic String Cidr { get; set; } #ADPlayground/Replication/Models/SubnetInfoEx.cs:7CIDR notation of the subnet (e.g., 10.0.0.0/24).public String Site { get; set; } #ADPlayground/Replication/Models/SubnetInfoEx.cs:9Site DN this subnet is attached to (null/empty when not assigned).public Boolean IsOrphaned { get; set; } #ADPlayground/Replication/Models/SubnetInfoEx.cs:11True when the subnet has no site assigned.