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
- 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