Partager via


RuleResult.RuleType, propriété

Obtient ou définit le type de règle.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property RuleType As String
    Get
    Friend Set
public string RuleType { get; internal set; }
public:
property String^ RuleType {
    String^ get ();
    internal: void set (String^ value);
}
member RuleType : string with get, internal set
function get RuleType () : String
internal function set RuleType (value : String)

Valeur de propriété

Type : System.String
Type de règle.

Sécurité .NET Framework

Voir aussi

Référence

RuleResult Classe

Microsoft.VisualStudio.TestTools.WebTesting.Rules, espace de noms