API Reference
Class
ZoneItem (DnsZoneTransferEvaluator)
DNS zone transfer settings row.
Inheritance
- Object
- ZoneItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor View.View
Constructors
public ZoneItem(String ZoneName, Nullable<UInt32> SecureSecondaries, String[] SecondaryServers) #DNS zone transfer settings row.
Parameters
- ZoneName System.String
- Zone name.
- SecureSecondaries System.Nullable{System.UInt32}
- Secure secondaries flag.
- SecondaryServers System.String[]
- Explicit secondary servers.
Methods
public ZoneItem <Clone>$() #Returns:
ZoneItempublic Void Deconstruct(out String ZoneName, out Nullable<UInt32> SecureSecondaries, out String[] SecondaryServers) #Returns:
VoidParameters
- ZoneName String
- SecureSecondaries Nullable<UInt32>
- SecondaryServers String[]
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String