Compartilhar via


Propriedade IApplicationSettings.Item

Retornar o valor da chave fornecida. Retorna o zero se a chave não existe.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
ReadOnly Property Item ( _
    key As String _
) As String
string this[
    string key
] { get; }

Parâmetros

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

IApplicationSettings Interface

Namespace Microsoft.TeamFoundation.Framework.Server