CreateProcessRuleRequest.Conditions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of conditions when the rule should be triggered.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.Models.RuleCondition> Conditions { get; set; }
member this.Conditions : seq<Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.Models.RuleCondition> with get, set
Public Property Conditions As IEnumerable(Of RuleCondition)
Property Value
- Attributes