Discuss this help topic in SecureBlackbox Forum
The name of the node to which the RR belongs.
Declaration
[VB.NET]
Property Name As String
[Pascal]
property Name : string;
[C++]
void get_Name(std::string &OutResult);
void set_Name(const std::string &Value);
[PHP]
string get_Name()
void set_Name(string $Value)
[Java]
String getName();
void setName(String Value);
Description
Use this property to specify the name of the node in Zone file to which the record belongs.
Discuss this help topic in SecureBlackbox Forum