'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The text label, which must be displayed in the title bar of the annotation's pop-up window when open and active.")> <CategoryAttribute("Common")> Public Property Title As System.String
[DefaultValue(null)] [Description("The text label, which must be displayed in the title bar of the annotation's pop-up window when open and active.")] [Category("Common")] public System.String Title { get; set; }
[DefaultValue(null)] [Description("The text label, which must be displayed in the title bar of the annotation's pop-up window when open and active.")] [Category("Common")] public: __property System.String get_Title(); public: __property void set_Title(
System.String value
);
[DefaultValue(null)] [Description("The text label, which must be displayed in the title bar of the annotation's pop-up window when open and active.")] [Category("Common")] public:
property System.String Title { System.String get(); void set(System.String value); }