TeamFoundationDomain Constructor (Guid, String, Boolean)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
instanceId As Guid, _
hostName As String, _
isMaster As Boolean _
)
public TeamFoundationDomain(
Guid instanceId,
string hostName,
bool isMaster
)
public:
TeamFoundationDomain(
Guid instanceId,
String^ hostName,
bool isMaster
)
new :
instanceId:Guid *
hostName:string *
isMaster:bool -> TeamFoundationDomain
public function TeamFoundationDomain(
instanceId : Guid,
hostName : String,
isMaster : boolean
)
Parameters
- instanceId
Type: System.Guid
- hostName
Type: System.String
- isMaster
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.