ConfigurationElement.Item[String] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 .