Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Container to pass the service references over the web service in.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property CatalogServiceReferences As List(Of CatalogServiceReference)
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<CatalogServiceReference> CatalogServiceReferences { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<CatalogServiceReference^>^ CatalogServiceReferences {
List<CatalogServiceReference^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member CatalogServiceReferences : List<CatalogServiceReference> with get
function get CatalogServiceReferences () : List<CatalogServiceReference>
Property Value
Type: System.Collections.Generic.List<CatalogServiceReference>
.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.