Condividi tramite


Proprietà WebTestRuleBase.Type

Ottiene o imposta l'oggetto Type che rappresenta il tipo della regola o del plug-in.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Type
Oggetto Type che rappresenta il tipo della regola o del plug-in.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestRuleBase Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting