TeamFoundationIdentityService.CreateUser Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
‘선언
Public Function CreateUser ( _
requestContext As TeamFoundationRequestContext, _
userDomain As String, _
account As String, _
description As String _
) As IdentityDescriptor
public IdentityDescriptor CreateUser(
TeamFoundationRequestContext requestContext,
string userDomain,
string account,
string description
)
public:
IdentityDescriptor^ CreateUser(
TeamFoundationRequestContext^ requestContext,
String^ userDomain,
String^ account,
String^ description
)
member CreateUser :
requestContext:TeamFoundationRequestContext *
userDomain:string *
account:string *
description:string -> IdentityDescriptor
public function CreateUser(
requestContext : TeamFoundationRequestContext,
userDomain : String,
account : String,
description : String
) : IdentityDescriptor
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- userDomain
Type: System.String
- account
Type: System.String
- description
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
.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.