Proprietà DatabaseProjectPropertySetFailedException.PropertyName
Ottiene o imposta il nome della proprietà che non è stato possibile impostare.
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 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)
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