NamePropertyAttribute.PropertyName Property
Gets the reflection name of the property that will be used as the Element View Model's name.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyName As String
public string PropertyName { get; }
public:
property String^ PropertyName {
String^ get ();
}
public function get PropertyName () : String
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace