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