Partilhar via


Propriedade StringHttpBody.InsertByteOrderMark

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

StringHttpBody Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting