public override string EncodedValue { get; set; }
Public Overrides Property EncodedValue As String
Get
Set
public:
virtual property String^ EncodedValue {
String^ get () override;
void set (String^ value) override;
}
abstract EncodedValue : string with get, set
override EncodedValue : string with get, set
ArgumentException | This is thrown if the value is set to null |