RuleGroup.Rules Property

There are no comments for Rules in the schema.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

RuleGroup Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace