Compartilhar via


Propriedade DataConnectionPropertyChangedEventArgs.PropertyName

Recupera o nome da propriedade que foi alterada.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.dll)

Sintaxe

'Declaração
Public ReadOnly Property PropertyName As String
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
member PropertyName : string
function get PropertyName () : String

Valor de propriedade

Tipo: System.String
Retorna o nome de cadeia de caracteres literal da propriedade que foi alterada.

Segurança do .NET Framework

Consulte também

Referência

DataConnectionPropertyChangedEventArgs Classe

Namespace Microsoft.VisualStudio.Data