Sdílet prostřednictvím


ContextParameterExistenceRule.ContextParameterName – vlastnost

Získá nebo nastaví název parametru kontextu.

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

Syntaxe

'Deklarace
<IsContextParameterNameAttribute(False)> _
Public Property ContextParameterName As String
[IsContextParameterNameAttribute(false)]
public string ContextParameterName { get; set; }
[IsContextParameterNameAttribute(false)]
public:
property String^ ContextParameterName {
    String^ get ();
    void set (String^ value);
}
[<IsContextParameterNameAttribute(false)>]
member ContextParameterName : string with get, set
function get ContextParameterName () : String
function set ContextParameterName (value : String)

Hodnota vlastnosti

Typ: System.String
Parametr název kontextu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ContextParameterExistenceRule Třída

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