RelyingPartyRuleGroup.CreateRelyingPartyRuleGroup Method
Create a new RelyingPartyRuleGroup object.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
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
)
public:
static RelyingPartyRuleGroup^ CreateRelyingPartyRuleGroup(
long long ID,
long long relyingPartyId,
long long ruleGroupId,
bool systemReserved
)
static member CreateRelyingPartyRuleGroup :
ID:int64 *
relyingPartyId:int64 *
ruleGroupId:int64 *
systemReserved:bool -> RelyingPartyRuleGroup
public static function CreateRelyingPartyRuleGroup(
ID : long,
relyingPartyId : long,
ruleGroupId : long,
systemReserved : boolean
) : RelyingPartyRuleGroup
Parameters
ID
Type: System.Int64Initial value of Id.
relyingPartyId
Type: System.Int64Initial value of RelyingPartyId.
ruleGroupId
Type: System.Int64Initial value of RuleGroupId.
systemReserved
Type: System.BooleanInitial value of SystemReserved.
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyRuleGroup
Returns RelyingPartyRuleGroup.
.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
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace