DateTimeWebTestPlugin.ContextParameterName 属性

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property ContextParameterName As String
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)

属性值

类型:String

.NET Framework 安全性

请参阅

参考

DateTimeWebTestPlugin 类

Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins 命名空间