'Declaration <CategoryAttribute("Common")> <DescriptionAttribute("The symbol that is used as unchecked symbol.")> Public Property UncheckedSymbol As System.String
[Category("Common")] [Description("The symbol that is used as unchecked symbol.")] public System.String UncheckedSymbol { get; set; }
[Category("Common")] [Description("The symbol that is used as unchecked symbol.")] public: __property System.String get_UncheckedSymbol(); public: __property void set_UncheckedSymbol(
System.String value
);
[Category("Common")] [Description("The symbol that is used as unchecked symbol.")] public:
property System.String UncheckedSymbol { System.String get(); void set(System.String value); }