Gets or sets the TXT record data.
| C# | Visual Basic | Visual C++ |
public byte[] TXTRecordData{ get; set;}
Public Property TXTRecordData As Byte()
public: property array<unsigned char>^ TXTRecordData { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }