TfsConfigurationServerFactory.Servers Property
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Servers As ReadOnlyCollection(Of TfsConfigurationServer)
public static ReadOnlyCollection<TfsConfigurationServer> Servers { get; }
public:
static property ReadOnlyCollection<TfsConfigurationServer^>^ Servers {
ReadOnlyCollection<TfsConfigurationServer^>^ get ();
}
static member Servers : ReadOnlyCollection<TfsConfigurationServer> with get
static function get Servers () : ReadOnlyCollection<TfsConfigurationServer>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<TfsConfigurationServer>
.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.