'Declaration <DescriptionAttribute("The name of annotation.")> Public Property Name As System.String
[Description("The name of annotation.")] public System.String Name { get; set; }
[Description("The name of annotation.")] public: __property System.String get_Name(); public: __property void set_Name(
System.String value
);
[Description("The name of annotation.")] public:
property System.String Name { System.String get(); void set(System.String value); }