Propriedade WebTestRuleBase.Type

Obtém ou define o Type objeto que representa o tipo da regra ou plug-in.

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

Sintaxe

'Declaração
Public Property Type As Type
    Get
    Set
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 propriedade

Tipo: System.Type
O Type objeto que representa o tipo da regra ou plug-in.

Segurança do .NET Framework

Consulte também

Referência

WebTestRuleBase Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting