RuleResult.RuleProperties (Propiedad)

Obtiene o establece la colección de propiedades en el resultado de la regla.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
Colección de propiedades de la regla.

Seguridad de .NET Framework

Vea también

Referencia

RuleResult Clase

Microsoft.VisualStudio.TestTools.WebTesting.Rules (Espacio de nombres)