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