共用方式為


StringHttpBody.InsertByteOrderMark 屬性

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
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)

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

StringHttpBody 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間