'Declaration <DescriptionAttribute("A value of the form field in a text form.")> Public MustOverride ReadOnly Property Value As System.String
[Description("A value of the form field in a text form.")] public abstract System.String Value { get; }
[Description("A value of the form field in a text form.")] public: __property abstract System.String get_Value();
[Description("A value of the form field in a text form.")] public:
abstract property System.String Value { System.String get(); }