In This Topic

Author Property (Annotation)

In This Topic
The name of the author who created the annotation.
Syntax
'Declaration
 
<DescriptionAttribute("The name of the author who created the annotation")>
Public Property Author As String
[Description("The name of the author who created the annotation")]
public string Author {get; set;}
public read-write property Author: String; 
DescriptionAttribute("The name of the author who created the annotation")
public function get,set Author : String
[Description("The name of the author who created the annotation")]
public: __property string* get_Author();
public: __property void set_Author( 
   string* value
);
[Description("The name of the author who created the annotation")]
public:
property String^ Author {
   String^ get();
   void set (    String^ value);
}
See Also