SPLTPT_MTSL_SetContextParameterValue.sContextParameterName Property
Namespace: Microsoft.VisualStudio.WebTesting.PowerTools.SharePoint.MTSL.General
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property sContextParameterName As String
public string sContextParameterName { get; set; }
public:
property String^ sContextParameterName {
String^ get ();
void set (String^ value);
}
member sContextParameterName : string with get, set
function get sContextParameterName () : String
function set sContextParameterName (value : String)
Property Value
Type: String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SPLTPT_MTSL_SetContextParameterValue Class
Microsoft.VisualStudio.WebTesting.PowerTools.SharePoint.MTSL.General Namespace