Sdílet prostřednictvím


RuleResult.RuleProperties – vlastnost

Získá nebo nastaví pravidlo výsledek kolekce vlastností.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Property RuleProperties As PropertyCollection
public PropertyCollection RuleProperties { get; internal set; }
public:
property PropertyCollection^ RuleProperties {
    PropertyCollection^ get ();
    internal: void set (PropertyCollection^ value);
}
member RuleProperties : PropertyCollection with get, internal set
function get RuleProperties () : PropertyCollection
internal function set RuleProperties (value : PropertyCollection)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
Kolekce vlastností pravidla.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

RuleResult Třída

Microsoft.VisualStudio.TestTools.WebTesting.Rules – obor názvů