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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DatabaseProjectPropertySetFailedException Classe
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms