This documentation is archived and is not being maintained.

PropertyBag::SetProperty Method

Sets a property in this collection to the specified value.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

public:
void SetProperty(
	String^ key, 
	Object^ value
)

Parameters

key
Type: System::String

The name of the property to modify.

value
Type: System::Object

The value to set.

Show: