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.
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.