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)
Syntax
'Declaration
Public Property ServiceReferences As IDictionary(Of String, ServiceDefinition)
public IDictionary<string, ServiceDefinition> ServiceReferences { get; internal set; }
public:
property IDictionary<String^, ServiceDefinition^>^ ServiceReferences {
IDictionary<String^, ServiceDefinition^>^ get ();
internal: void set (IDictionary<String^, ServiceDefinition^>^ value);
}
member ServiceReferences : IDictionary<string, ServiceDefinition> with get, internal set
function get ServiceReferences () : IDictionary<String, ServiceDefinition>
internal function set ServiceReferences (value : IDictionary<String, ServiceDefinition>)
Property Value
Type: System.Collections.Generic.IDictionary<String, ServiceDefinition>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.