Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.