This documentation is archived and is not being maintained.

TeamFoundationTeam::SetProperty Method

Sets a property, will overwrite if already set.

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

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

Parameters

name
Type: System::String

Name of the property.

value
Type: System::Object

Value of the property.

Show: