IEnvironmentalOverridesProperty.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
ReadOnly Property PropertyAttributeName As String
string PropertyAttributeName { get; }
property String^ PropertyAttributeName {
String^ get ();
}
function get PropertyAttributeName () : String
See Also
IEnvironmentalOverridesProperty Interface
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace