RuleGroup.RelyingPartyRuleGroups Property

There are no comments for RelyingPartyRuleGroups in the schema.

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

Syntax

'Declaration
Public Property RelyingPartyRuleGroups As DataServiceCollection(Of RelyingPartyRuleGroup)
public DataServiceCollection<RelyingPartyRuleGroup> RelyingPartyRuleGroups { get; set; }
public:
property DataServiceCollection<RelyingPartyRuleGroup^>^ RelyingPartyRuleGroups {
    DataServiceCollection<RelyingPartyRuleGroup^>^ get ();
    void set (DataServiceCollection<RelyingPartyRuleGroup^>^ value);
}
member RelyingPartyRuleGroups : DataServiceCollection<RelyingPartyRuleGroup> with get, set
function get RelyingPartyRuleGroups () : DataServiceCollection<RelyingPartyRuleGroup>
function set RelyingPartyRuleGroups (value : DataServiceCollection<RelyingPartyRuleGroup>)

Property Value

Type: System.Data.Services.Client.DataServiceCollection<RelyingPartyRuleGroup>
Returns DataServiceCollection<T>.

.NET Framework Security

See Also

Reference

RuleGroup Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace