PropertyBag.Item Property
Gets the property in this collection that has the specified name.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Default Property Item ( _
key As String _
) As Object
public Object this[
string key
] { get; set; }
public:
property Object^ default[String^ key] {
Object^ get (String^ key);
void set (String^ key, Object^ value);
}
member Item :
key:string -> Object with get, set
JScript does not support indexed properties.
Parameters
key
Type: System.StringThe property name.
Property Value
Type: System.Object
The property in this collection that has the specified name.
.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.