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