'Declaration <DefaultValueAttribute(null)> <CategoryAttribute("Value")> <DescriptionAttribute("Text value of text field.")> Public Property TextValue As System.String
[DefaultValue(null)] [Category("Value")] [Description("Text value of text field.")] public System.String TextValue { get; set; }
[DefaultValue(null)] [Category("Value")] [Description("Text value of text field.")] public: __property System.String get_TextValue(); public: __property void set_TextValue(
System.String value
);
[DefaultValue(null)] [Category("Value")] [Description("Text value of text field.")] public:
property System.String TextValue { System.String get(); void set(System.String value); }