'Declaration <DescriptionAttribute("The text of the annotation.")> Public Property Text As System.String
[Description("The text of the annotation.")] public System.String Text { get; set; }
[Description("The text of the annotation.")] public: __property System.String get_Text(); public: __property void set_Text(
System.String value
);
[Description("The text of the annotation.")] public:
property System.String Text { System.String get(); void set(System.String value); }