In This Topic

Title Property (Annotation)

In This Topic
Specifies the title of the annotation.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the title of the annotation")>
Public Property Title As String
[Description("Specifies the title of the annotation")]
public string Title {get; set;}
public read-write property Title: String; 
DescriptionAttribute("Specifies the title of the annotation")
public function get,set Title : String
[Description("Specifies the title of the annotation")]
public: __property string* get_Title();
public: __property void set_Title( 
   string* value
);
[Description("Specifies the title of the annotation")]
public:
property String^ Title {
   String^ get();
   void set (    String^ value);
}
See Also