ConfigurationElement.Item[String] 属性

定义

获取或设置具有指定名称的属性。

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ attributeName); void set(System::String ^ attributeName, System::Object ^ value); };
public object this[string attributeName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(attributeName As String) As Object

参数

attributeName
String

属性名。

属性值

具有 ConfigurationAttribute 指定 attributeName的 对象。

注解

还可以使用 GetAttributeValueSetAttributeValue 方法获取或设置属性值。 为了获得最佳系统性能,应使用这些方法而不是 Item[] 属性。

适用于