Partilhar via


Propriedade RuleResult.RuleProperties

Obtém ou define a coleção de propriedades no resultado da regra.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
A coleção de propriedades da regra.

Segurança do .NET Framework

Consulte também

Referência

RuleResult Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules