Share via


ElementProperty.PropertyAttributeName Property

The name of the attribute which is used to serialize this configuration property in XML.

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 PropertyAttributeName As String
public virtual string PropertyAttributeName { get; }
public:
virtual property String^ PropertyAttributeName {
    String^ get ();
}
public function get PropertyAttributeName () : String

Implements

IEnvironmentalOverridesProperty.PropertyAttributeName

See Also

ElementProperty Class

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