This documentation is archived and is not being maintained.

CatalogNode::Dependencies Property

The set of nodes that this node is dependent on.

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

public:
property CatalogDependencyGroup^ Dependencies {
	CatalogDependencyGroup^ get ();
	internal: void set (CatalogDependencyGroup^ value);
}

Show: