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