ConfigurationElementCollection.ClearElementName 属性
定义
在派生的类中重写时,获取或设置 ConfigurationElement 的名称,以便在 ConfigurationElementCollection 中与清除操作关联。Gets or sets the name for the ConfigurationElement to associate with the clear operation in the ConfigurationElementCollection when overridden in a derived class.
protected:
property System::String ^ ClearElementName { System::String ^ get(); void set(System::String ^ value); };
protected public:
property System::String ^ ClearElementName { System::String ^ get(); void set(System::String ^ value); };
protected string ClearElementName { get; set; }
protected internal string ClearElementName { get; set; }
member this.ClearElementName : string with get, set
Protected Property ClearElementName As String
Protected Friend Property ClearElementName As String
属性值
元素的名称。The name of the element.
例外
选定值以保留前缀“config”或“lock”开头。The selected value starts with the reserved prefix "config" or "lock".