DataConnectionPropertyChangedEventArgs.PropertyName Property

Retrieves the name of the property that has changed.

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

Syntax

'宣言
Public ReadOnly Property PropertyName As String
'使用
Dim instance As DataConnectionPropertyChangedEventArgs
Dim value As String

value = instance.PropertyName
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
public function get PropertyName () : String

Property Value

Type: System.String

Returns the string literal name of the property that has changed.

Permissions

See Also

Reference

DataConnectionPropertyChangedEventArgs Class

DataConnectionPropertyChangedEventArgs Members

Microsoft.VisualStudio.Data Namespace