Discuss this help topic in SecureBlackbox Forum

TElDKDNSRecord.Notes

TElDKDNSRecord     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains human understandable notes.

Declaration

[C#]
    string Notes;

[VB.NET]
    Property Notes As String

[Pascal]
    property Notes: string;

[C++]
    void get_Notes(std::string &OutResult);
    void set_Notes(const std::string &Value);

[PHP]
    string get_Notes()
    void set_Notes(string $Value)

[Java]
    String getNotes();
    void setNotes(String Value);

Description

    Notes that may be of interest to a human. No interpretation is made by any program.

See also:     KeyGranularity     PublicKey     TestMode    

Discuss this help topic in SecureBlackbox Forum