BuildQueryResult.ServiceHosts Property
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Декларация
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property ServiceHosts As List(Of BuildServiceHost)
Get
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<BuildServiceHost> ServiceHosts { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<BuildServiceHost^>^ ServiceHosts {
List<BuildServiceHost^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member ServiceHosts : List<BuildServiceHost>
function get ServiceHosts () : List<BuildServiceHost>
Property Value
Type: System.Collections.Generic.List<BuildServiceHost>
.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.