WebTestConditionalConstruct.ConditionalRuleReference Property

Gets or sets the reference to a conditional rule.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property ConditionalRuleReference As ConditionalRuleReference
public ConditionalRuleReference ConditionalRuleReference { get; set; }
public:
property ConditionalRuleReference^ ConditionalRuleReference {
    ConditionalRuleReference^ get ();
    void set (ConditionalRuleReference^ value);
}
member ConditionalRuleReference : ConditionalRuleReference with get, set
function get ConditionalRuleReference () : ConditionalRuleReference
function set ConditionalRuleReference (value : ConditionalRuleReference)

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRuleReference
The reference to a conditional rule.

.NET Framework Security

See Also

Reference

WebTestConditionalConstruct Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace