Compartir a través de


DatabaseProjectPropertySetFailedException.OldValue (Propiedad)

Obtiene o establece el valor anterior que se intentaba cambiar.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DatabaseProjectPropertySetFailedException Clase

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)