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
- key
Type: System.String
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.