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