This documentation is archived and is not being maintained.

PropertyValue Constructor (String, Int32)

Initializes a new instance of the PropertyValue class by using the specified name and value.

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

public:
PropertyValue(
	String^ propertyName, 
	int value
)

Parameters

propertyName
Type: System::String

The name of the property.

value
Type: System::Int32

The value of the property.

Show: