DatabaseProjectPropertySetFailedException.PropertyName (Propiedad)
Obtiene o establece el nombre de la propiedad que no se pudo establecer.
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 PropertyName As String
Get
Private Set
public string PropertyName { get; private set; }
public:
property String^ PropertyName {
String^ get ();
private: void set (String^ value);
}
member PropertyName : string with get, private set
function get PropertyName () : String
private function set PropertyName (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)