CatalogResource.CatalogServiceReferences Property

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

See Also

Reference

CatalogResource Class

Microsoft.TeamFoundation.Server.Core Namespace