Share via


IApplicationSettings.Item Property

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    key As String _
) As String
string this[
    string key
] { get; }
property String^ default[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