This documentation is archived and is not being maintained.

PropertyValue Constructor (String, String)

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

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

public:
PropertyValue(
	String^ propertyName, 
	String^ value
)

Parameters

propertyName
Type: System::String

The name of the property.

value
Type: System::String

The value of the property.

Show: