Discuss this help topic in SecureBlackbox Forum
Specifies, if individual records belong to the RRset.
Declaration
[VB.NET]
Property OwnRecords As Boolean
[Pascal]
property OwnRecords : Boolean;
[C++]
bool get_OwnRecords();
void set_OwnRecords(bool Value);
[PHP]
bool get_OwnRecords()
void set_OwnRecords(bool $Value)
[Java]
boolean getOwnRecords();
void setOwnRecords(boolean Value);
Description
Specifies, if individual records belong to the RRset.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum