TfsTeamProjectCollection 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 TfsTeamProjectCollection(
Uri uri,
bool fromFactory
)
public:
TfsTeamProjectCollection(
Uri^ uri,
bool fromFactory
)
new :
uri:Uri *
fromFactory:bool -> TfsTeamProjectCollection
public function TfsTeamProjectCollection(
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.
See Also
Reference
TfsTeamProjectCollection Class