Gets and sets a string value that can be saved with your annotation file.
public string Comments {get; set;}
public: __property string* get_Comments();
public: __property void set_Comments(
string* value
);
'Declaration
Public Property Comments As String
'Usage
Dim instance As LayerCollection
Dim value As String
instance.Comments = value
value = instance.Comments
Property Value
A string which represents comments associated with your annotation file.