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