DatabaseProjectPropertySetFailedException.NewValue (Propiedad)
Obtiene o establece el nuevo valor al que se estableció la propiedad.
Espacio de nombres: Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado: Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: System.String
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
DatabaseProjectPropertySetFailedException Clase
Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)