Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ensures that a well-known TFS application group has been created.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub EnsureWellKnownGroupExists ( _
requestContext As TeamFoundationRequestContext, _
groupSid As String, _
groupName As String, _
groupDescription As String _
)
void EnsureWellKnownGroupExists(
TeamFoundationRequestContext requestContext,
string groupSid,
string groupName,
string groupDescription
)
void EnsureWellKnownGroupExists(
TeamFoundationRequestContext^ requestContext,
String^ groupSid,
String^ groupName,
String^ groupDescription
)
abstract EnsureWellKnownGroupExists :
requestContext:TeamFoundationRequestContext *
groupSid:string *
groupName:string *
groupDescription:string -> unit
function EnsureWellKnownGroupExists(
requestContext : TeamFoundationRequestContext,
groupSid : String,
groupName : String,
groupDescription : String
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe group name.
groupSid
Type: System.StringThe group description. Can be null.
- groupName
Type: System.String
- groupDescription
Type: System.String
.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.