This documentation is archived and is not being maintained.
ItemProperties::Properties Property
Visual Studio 2013
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); }
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Client::PropertyValue>Returns PropertyValue.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: