This documentation is archived and is not being maintained.

TeamPropertiesView::SetViewProperty Method

Sets a property value with the view namespace.

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

public:
void SetViewProperty(
	String^ propertyName, 
	Object^ propertyValue
)

Parameters

propertyName
Type: System::String

Name of the property.

propertyValue
Type: System::Object

Value of the property.

Show: