TfsConfigurationServer Constructor (Uri, Boolean)
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
uri As Uri, _
fromFactory As Boolean _
)
public TfsConfigurationServer(
Uri uri,
bool fromFactory
)
public:
TfsConfigurationServer(
Uri^ uri,
bool fromFactory
)
new :
uri:Uri *
fromFactory:bool -> TfsConfigurationServer
public function TfsConfigurationServer(
uri : Uri,
fromFactory : boolean
)
Parameters
- uri
Type: System.Uri
- fromFactory
Type: System.Boolean
.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.