Compartir a través de


StringHttpBody.InsertByteOrderMark (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Property InsertByteOrderMark As Boolean
public bool InsertByteOrderMark { get; set; }
public:
property bool InsertByteOrderMark {
    bool get ();
    void set (bool value);
}
member InsertByteOrderMark : bool with get, set
function get InsertByteOrderMark () : boolean
function set InsertByteOrderMark (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

StringHttpBody Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)