Share via


RuleGroup.ConditionalRules Property

There are no comments for ConditionalRules in the schema.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

RuleGroup Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace