Proprietà DatabaseProjectPropertySetFailedException.OldValue
Ottiene o imposta il valore precedente che si è tentato di modificare.
Spazio dei nomi: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: System.String
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DatabaseProjectPropertySetFailedException Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project