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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.TestTools.WebTesting.Rules – obor názvů