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