Gets or sets the name of the ConfigurationElement to associate with the add operation in the ConfigurationElementCollection when overridden in a derived class.
Protected Friend Property AddElementName As String
Dim value As String value = Me.AddElementName Me.AddElementName = value
protected internal string AddElementName { get; set; }
protected public: property String^ AddElementName { String^ get (); void set (String^ value); }
protected internal function get AddElementName () : String protected internal function set AddElementName (value : String)
The selected value starts with the reserved prefix "config" or "lock".
The following code example shows how to use the AddElementName property.
Public Shadows Property AddElementName() As String Get Return MyBase.AddElementName End Get Set(ByVal value As String) MyBase.AddElementName = value End Set End Property
public new string AddElementName { get { return base.AddElementName; } set { base.AddElementName = value; } }
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98