ManagementService.RuleGroups Property

There are no comments for RuleGroups in the schema.

Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property RuleGroups As DataServiceQuery(Of RuleGroup)
public DataServiceQuery<RuleGroup> RuleGroups { get; }
public:
property DataServiceQuery<RuleGroup^>^ RuleGroups {
    DataServiceQuery<RuleGroup^>^ get ();
}
member RuleGroups : DataServiceQuery<RuleGroup> with get
function get RuleGroups () : DataServiceQuery<RuleGroup>

Property Value

Type: System.Data.Services.Client.DataServiceQuery<RuleGroup>
Returns DataServiceQuery<TElement>.

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace