Gets and sets a title string value that can be saved with your annotation file.
public string Title {get; set;}
public: __property string* get_Title();
public: __property void set_Title(
string* value
);
'Declaration
Public Property Title As String
'Usage
Dim instance As LayerCollection
Dim value As String
instance.Title = value
value = instance.Title
Property Value
A string value which represents the title for the annotation file.