StringHttpBody.InsertByteOrderMark 属性

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property InsertByteOrderMark As Boolean
    Get
    Set
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 命名空间