'Declaration Public Overrides NotOverridable Property Values As String()
'Usage Dim instance As SignatureField Dim value() As String instance.Values = value value = instance.Values
public override string[] Values {get; set;}
public: __property string*[]* get_Values() override; public: __property void set_Values( string*[][]* value ) override;
public: property array<String^>^ Values { array<String^>^ get() override; void set ( array<String^>^ value) override; }