This documentation is archived and is not being maintained.

PropertyValue::Value Property

Gets or sets the object that is stored as the property value.

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

public:
property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}

Property Value

Type: System::Object
The object that is stored as the property value.

Show: