Discuss this help topic in SecureBlackbox Forum
Defines the value of Zone Key flag.
Declaration
[VB.NET]
Property ZoneKey As Boolean
[Pascal]
property ZoneKey : boolean;
[C++]
bool get_ZoneKey();
void set_ZoneKey(bool Value);
[PHP]
bool get_ZoneKey()
void set_ZoneKey(bool $Value)
[Java]
boolean getZoneKey();
void setZoneKey(boolean Value);
Description
If this property value is
True, the DNSKEY record holds a DNS zone key.
Discuss this help topic in SecureBlackbox Forum