Partager via


DatabaseProjectPropertySetFailedException.OldValue, propriété

Obtient ou définit la valeur ancienne qu'il a tenté de modifier.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

DatabaseProjectPropertySetFailedException Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms