WebTestLoop.LoopConditionalRuleReference Property
Gets the LoopConditionalRuleReference.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property LoopConditionalRuleReference As LoopConditionalRuleReference
public LoopConditionalRuleReference LoopConditionalRuleReference { get; }
public:
property LoopConditionalRuleReference^ LoopConditionalRuleReference {
LoopConditionalRuleReference^ get ();
}
member LoopConditionalRuleReference : LoopConditionalRuleReference with get
function get LoopConditionalRuleReference () : LoopConditionalRuleReference
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.LoopConditionalRuleReference
The LoopConditionalRuleReference.
.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.