ExtractionRuleReference.ContextParameterName 屬性

取得或設定 Web 效能測試內容中內容參數的名稱。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property ContextParameterName As String
    Get
    Set
public string ContextParameterName { get; set; }
public:
property String^ ContextParameterName {
    String^ get ();
    void set (String^ value);
}
member ContextParameterName : string with get, set
function get ContextParameterName () : String
function set ContextParameterName (value : String)

屬性值

型別:System.String
Web 效能測試內容中的內容參數名稱。

備註

ContextParameterName 是在 Web 效能測試內容中,內容參數的名稱,其中由參考的擷取規則擷取的值是在執行階段中放置。

.NET Framework 安全性

請參閱

參考

ExtractionRuleReference 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間