Compartilhar via


ConfigurationElement.Item[String] Propriedade

Definição

Obtém ou define um atributo com o nome especificado.

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

Parâmetros

attributeName
String

O nome do atributo.

Valor da propriedade

Um ConfigurationAttribute objeto que tem o especificado attributeName.

Comentários

Você também pode obter ou definir um valor de atributo usando os GetAttributeValue métodos ou SetAttributeValue . Para obter o melhor desempenho do sistema, você deve usar esses métodos em vez da Item[] propriedade .

Aplica-se a