ManagementService.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 ReadOnly Property ConditionalRules As DataServiceQuery(Of ConditionalRule)
public DataServiceQuery<ConditionalRule> ConditionalRules { get; }
public:
property DataServiceQuery<ConditionalRule^>^ ConditionalRules {
    DataServiceQuery<ConditionalRule^>^ get ();
}
member ConditionalRules : DataServiceQuery<ConditionalRule> with get
function get ConditionalRules () : DataServiceQuery<ConditionalRule>

Property Value

Type: System.Data.Services.Client.DataServiceQuery<ConditionalRule>
Returns DataServiceQuery<TElement>.

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace