SPLTPT_MTSL_SetContextParameterValue.bApplyBeforeRequest Property
Namespace: Microsoft.VisualStudio.WebTesting.PowerTools.SharePoint.MTSL.General
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property bApplyBeforeRequest As Boolean
public bool bApplyBeforeRequest { get; set; }
public:
property bool bApplyBeforeRequest {
bool get ();
void set (bool value);
}
member bApplyBeforeRequest : bool with get, set
function get bApplyBeforeRequest () : boolean
function set bApplyBeforeRequest (value : boolean)
Property Value
Type: Boolean
.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