'Declaration <CategoryAttribute("Common")> <DefaultValueAttribute("")> <DescriptionAttribute("Text label, which must be displayed in the title bar of the annotation's pop-up window when open and active. By convention, this entry identifies the user who added the annotation.")> Public Property Title As String
[Category("Common")] [DefaultValue("")] [Description("Text label, which must be displayed in the title bar of the annotation's pop-up window when open and active. By convention, this entry identifies the user who added the annotation.")] public string Title {get; set;}
[Category("Common")] [DefaultValue("")] [Description("Text label, which must be displayed in the title bar of the annotation's pop-up window when open and active. By convention, this entry identifies the user who added the annotation.")] public: __property string* get_Title(); public: __property void set_Title( string* value );
[Category("Common")] [DefaultValue("")] [Description("Text label, which must be displayed in the title bar of the annotation's pop-up window when open and active. By convention, this entry identifies the user who added the annotation.")] public: property String^ Title { String^ get(); void set ( String^ value); }