ManagementService.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 ReadOnly Property RelyingPartyRuleGroups As DataServiceQuery(Of RelyingPartyRuleGroup)
public DataServiceQuery<RelyingPartyRuleGroup> RelyingPartyRuleGroups { get; }
public:
property DataServiceQuery<RelyingPartyRuleGroup^>^ RelyingPartyRuleGroups {
DataServiceQuery<RelyingPartyRuleGroup^>^ get ();
}
member RelyingPartyRuleGroups : DataServiceQuery<RelyingPartyRuleGroup> with get
function get RelyingPartyRuleGroups () : DataServiceQuery<RelyingPartyRuleGroup>
Property Value
Type: System.Data.Services.Client.DataServiceQuery<RelyingPartyRuleGroup>
Returns DataServiceQuery<TElement>.
.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