Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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