Partager via


RuleResult.RuleProperties, propriété

Obtient ou définit la collection de propriétés de résultat de la règle.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property RuleProperties As PropertyCollection
    Get
    Friend Set
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)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
Collection de propriétés de la règle.

Sécurité .NET Framework

Voir aussi

Référence

RuleResult Classe

Microsoft.VisualStudio.TestTools.WebTesting.Rules, espace de noms