CustomProperty<TProperty>.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 Overrides ReadOnly Property PropertyName As String
public override string PropertyName { get; }
public:
virtual property String^ PropertyName {
String^ get () override;
}
public override function get PropertyName () : String
See Also
CustomProperty<TProperty> Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace