Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ServiceReferences As IDictionary(Of String, ServiceDefinition)
public IDictionary<string, ServiceDefinition> ServiceReferences { get; private set; }
public:
property IDictionary<String^, ServiceDefinition^>^ ServiceReferences {
IDictionary<String^, ServiceDefinition^>^ get ();
private: void set (IDictionary<String^, ServiceDefinition^>^ value);
}
member ServiceReferences : IDictionary<string, ServiceDefinition> with get, private set
function get ServiceReferences () : IDictionary<String, ServiceDefinition>
private 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.