CatalogResource.ServiceReferences Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ServiceReferences As IDictionary(Of String, ServiceDefinition)
Get
Private Set
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.