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