Share via


IApplicationSettings.Item Property

Return the value for the provided key. Returns null if the key does not exist.

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

Syntax

'Declaration
ReadOnly Property Item ( _
    key As String _
) As String
string this[
    string key
] { get; }
property String^ Item[String^ key] {
    String^ get (String^ key);
}
abstract Item : 
        key:string -> string with get
JScript does not support indexed properties.

Parameters

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IApplicationSettings Interface

Microsoft.TeamFoundation.Framework.Server Namespace