public override System.String DisplayedValue { get; set; }
public: __property System.String get_DisplayedValue(); override; public: __property void set_DisplayedValue(
System.String value
); override;
public:
property System.String DisplayedValue { System.String get() override;; void set(System.String value) override;; }
'Declaration Public Overrides Property DisplayedValue As System.String