SPLTPT_MTSL_SetContextParameterValue.bRemoveUnicodeEscapeSequences Property

Namespace:  Microsoft.VisualStudio.WebTesting.PowerTools.SharePoint.MTSL.General
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property bRemoveUnicodeEscapeSequences As Boolean
public bool bRemoveUnicodeEscapeSequences { get; set; }
public:
property bool bRemoveUnicodeEscapeSequences {
    bool get ();
    void set (bool value);
}
member bRemoveUnicodeEscapeSequences : bool with get, set
function get bRemoveUnicodeEscapeSequences () : boolean 
function set bRemoveUnicodeEscapeSequences (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

SPLTPT_MTSL_SetContextParameterValue Class

Microsoft.VisualStudio.WebTesting.PowerTools.SharePoint.MTSL.General Namespace