This documentation is archived and is not being maintained.

CatalogDependencyGroup::Sets Property

The set of the dependency sets.

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

public:
property IEnumerable<KeyValuePair<String^, IList<CatalogNode^>^>>^ Sets {
	IEnumerable<KeyValuePair<String^, IList<CatalogNode^>^>>^ get ();
}

Show: