TfsTeamProjectCollection.ConfigurationServer Property

Gets the TfsConfigurationServer for this instance.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property ConfigurationServer As TfsConfigurationServer
public TfsConfigurationServer ConfigurationServer { get; internal set; }
public:
property TfsConfigurationServer^ ConfigurationServer {
    TfsConfigurationServer^ get ();
    internal: void set (TfsConfigurationServer^ value);
}
member ConfigurationServer : TfsConfigurationServer with get, internal set
function get ConfigurationServer () : TfsConfigurationServer 
internal function set ConfigurationServer (value : TfsConfigurationServer)

Property Value

Type: Microsoft.TeamFoundation.Client.TfsConfigurationServer
Returns TfsConfigurationServer.

.NET Framework Security

See Also

Reference

TfsTeamProjectCollection Class

Microsoft.TeamFoundation.Client Namespace