This documentation is archived and is not being maintained.

ItemProperties::Properties Property

The properties associated with the path.

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

public:
property array<PropertyValue^>^ Properties {
	array<PropertyValue^>^ get ();
	void set (array<PropertyValue^>^ value);
}

Show: