Condividi tramite


Proprietà DatabaseProjectPropertySetFailedException.NewValue

Ottiene o imposta il nuovo valore sul quale è stata impostata la proprietà.

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 NewValue As String
    Get
    Private Set
public string NewValue { get; private set; }
public:
property String^ NewValue {
    String^ get ();
    private: void set (String^ value);
}
member NewValue : string with get, private set
function get NewValue () : String
private function set NewValue (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DatabaseProjectPropertySetFailedException Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project