Retrieves or sets a string of comments/remarks associated with this DNS record.

Namespace:  JHSoftware.SimpleDNSPlus
Assembly:  SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public string Comments { get; set; }
Visual Basic (Declaration)
Public Property Comments As String

Field Value

String containing comments

Remarks

This property is not transferred to secondary DNS servers through zone transfers

See Also