This topic has not yet been rated - Rate this topic

PropertyValue Constructor (String, Byte[])

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,
	byte[] value
)

Parameters

propertyName
Type: String

The name of the property.

value
Type: Byte[]

The value of the property.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.