Partilhar via


Propriedade DatabaseProjectPropertySetFailedException.OldValue

Obtém ou define o valor antigo, ele tentou alterar.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Property OldValue As String
    Get
    Private Set
public string OldValue { get; private set; }
public:
property String^ OldValue {
    String^ get ();
    private: void set (String^ value);
}
member OldValue : string with get, private set
function get OldValue () : String
private function set OldValue (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DatabaseProjectPropertySetFailedException Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project