Share via


DateTimeWebRequestPlugin.ContextParameterName Property

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
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)

Property Value

Type: String

.NET Framework Security

See Also

Reference

DateTimeWebRequestPlugin Class

Microsoft.VisualStudio.TestTools.WebTesting.RequestPlugins Namespace