Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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