This documentation is archived and is not being maintained.

CatalogResource::ServiceReferences Property

Returns the set of service definitions associated with this resource. If a service definition has been deleted that is referenced by a catalog resource then the key will have an entry that has a value of null.

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

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

Show: