This documentation is archived and is not being maintained.

PropertyValue Constructor (String, Double)

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, 
	double value
)

Parameters

propertyName
Type: System::String

The name of the property.

value
Type: System::Double

The value of the property.

Show: