This documentation is archived and is not being maintained.

CatalogResource::NodeReferences Property

The collection of catalog node paths that reference this resource.

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

public:
property ReadOnlyCollection<CatalogNode^>^ NodeReferences {
	ReadOnlyCollection<CatalogNode^>^ get ();
	internal: void set (ReadOnlyCollection<CatalogNode^>^ value);
}

Show: