Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
    name As String _
) As T
public T this[
    string name
] { get; }
public:
property T Item[String^ name] {
    T get (String^ name);
}
member Item : 
        name:string -> 'T with get
JScript does not support indexed properties.
Parameters
- name
 Type: System.String
Property Value
.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.