Partilhar via


Propriedade DatabaseProjectPropertySetFailedException.NewValue

Obtém ou define o novo valor para o qual a propriedade foi definida.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DatabaseProjectPropertySetFailedException Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project