IConnectExt.HostedTeamFoundationServers Property
Get the list of hosted Team Foundation servers.
Namespace: Microsoft.VisualStudio.TeamFoundation.Extensibility
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
ReadOnly Property HostedTeamFoundationServers As IConnectTeamFoundationServerItem()
IConnectTeamFoundationServerItem[] HostedTeamFoundationServers { get; }
property array<IConnectTeamFoundationServerItem^>^ HostedTeamFoundationServers {
array<IConnectTeamFoundationServerItem^>^ get ();
}
abstract HostedTeamFoundationServers : IConnectTeamFoundationServerItem[] with get
function get HostedTeamFoundationServers () : IConnectTeamFoundationServerItem[]
Property Value
Type: array<Microsoft.VisualStudio.TeamFoundation.Extensibility.IConnectTeamFoundationServerItem[]
.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace