RelyingPartyRuleGroup.RuleGroup Property
There are no comments for RuleGroup in the schema.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property RuleGroup As RuleGroup
public RuleGroup RuleGroup { get; set; }
public:
property RuleGroup^ RuleGroup {
RuleGroup^ get ();
void set (RuleGroup^ value);
}
member RuleGroup : RuleGroup with get, set
function get RuleGroup () : RuleGroup
function set RuleGroup (value : RuleGroup)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.RuleGroup
Returns RuleGroup.
.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