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
- 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.