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.
This member overrides Hashtable.Item.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Overrides Property Item ( _
index As Object _
) As Object
public override Object this[
Object index
] { get; set; }
public:
virtual property Object^ Item[Object^ index] {
Object^ get (Object^ index) override;
void set (Object^ index, Object^ value) override;
}
abstract Item :
index:Object -> Object with get, set
override Item :
index:Object -> Object with get, set
JScript does not support indexed properties.
Parameters
- index
Type: System.Object
Property Value
Type: System.Object
Returns Object.
Implements
.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.