This documentation is archived and is not being maintained.

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)

public:
property Object^ Item[String^ key] {
	Object^ get (String^ key);
	void set (String^ key, Object^ value);
}

Parameters

key
Type: System::String

Property Value

Type: System::Object
The property in this collection that has the specified name.

Show: