This documentation is archived and is not being maintained.

PropertyBag::GetProperty Method (String)

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:
Object^ GetProperty(
	String^ key
)

Parameters

key
Type: System::String

The name of the property to get.

Return Value

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

Show: