Share via


Property.PropertyName Property

The name of the property.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property PropertyName As String
public virtual string PropertyName { get; }
public:
virtual property String^ PropertyName {
    String^ get ();
}
public function get PropertyName () : String

See Also

Property Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace