Sdílet prostřednictvím


RuleResult.RuleType – vlastnost

Získá nebo nastaví typ pravidla.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Property RuleType As String
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)

Hodnota vlastnosti

Typ: System.String
Typ pravidla.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

RuleResult Třída

Microsoft.VisualStudio.TestTools.WebTesting.Rules – obor názvů