This documentation is archived and is not being maintained.

PropertyValue::PropertyName Property

Gets or sets the name of the property.

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

public:
property String^ PropertyName {
	String^ get ();
	internal: void set (String^ value);
}

Property Value

Type: System::String
The name of the property.

Show: