PropertyChangingEventArgs.Property Property

Gets the property that is about to be changed.

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

Syntax

'Declaration
Public Property Property As String
    Get
    Private Set
'Usage
Dim instance As PropertyChangingEventArgs
Dim value As String

value = instance.Property
public string Property { get; private set; }
public:
property String^ Property {
    String^ get ();
    private: void set (String^ value);
}
function get Property () : String
private function set Property (value : String)
member Property : string with get, private set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PropertyChangingEventArgs Class

PropertyChangingEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace