RelyingPartyRuleGroup.CreateRelyingPartyRuleGroup (Método)
Cree un nuevo objeto de RelyingPartyRuleGroup.
Espacio de nombres: Microsoft.TeamFoundation.Framework.Server.AccessControl
Ensamblado: Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxis
'Declaración
Public Shared Function CreateRelyingPartyRuleGroup ( _
ID As Long, _
relyingPartyId As Long, _
ruleGroupId As Long, _
systemReserved As Boolean _
) As RelyingPartyRuleGroup
public static RelyingPartyRuleGroup CreateRelyingPartyRuleGroup(
long ID,
long relyingPartyId,
long ruleGroupId,
bool systemReserved
)
Parámetros
- ID
Tipo: System.Int64
Valor inicial de identificación
- relyingPartyId
Tipo: System.Int64
Valor inicial de RelyingPartyId.
- ruleGroupId
Tipo: System.Int64
Valor inicial de RuleGroupId.
- systemReserved
Tipo: System.Boolean
Valor inicial de SystemReserved.
Valor devuelto
Tipo: Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyRuleGroup
Devuelva RelyingPartyRuleGroup.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.TeamFoundation.Framework.Server.AccessControl (Espacio de nombres)