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

Property Value

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

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace