This documentation is archived and is not being maintained.

CatalogResource::Properties Property

Returns the set of properties that exist on this resource.

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

public:
property IDictionary<String^, String^>^ Properties {
	IDictionary<String^, String^>^ get ();
	internal: void set (IDictionary<String^, String^>^ value);
}

We are looking at using the properties feature crew work to support these properties if the timing works out.

Show: