Compartir a través de


WebTestRuleBase.Type (Propiedad)

Obtiene o establece el objeto Type que representa el tipo de 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 Property Type As Type
public Type Type { get; set; }
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
member Type : Type with get, set
function get Type () : Type
function set Type (value : Type)

Valor de propiedad

Tipo: System.Type
Objeto Type que representa el tipo de regla o complemento.

Seguridad de .NET Framework

Vea también

Referencia

WebTestRuleBase Clase

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