Compartir a través de


WebTestRuleBase.Properties (Propiedad)

Obtiene o establece una colección de objetos PluginOrRuleProperty con un miembro para cada propiedad definida por la implementación de la regla o complemento.

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

Sintaxis

'Declaración
Public ReadOnly Property Properties As PropertyCollection
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
member Properties : PropertyCollection with get
function get Properties () : PropertyCollection

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
Colección de objetos PluginOrRuleProperty.

Seguridad de .NET Framework

Vea también

Referencia

WebTestRuleBase Clase

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