Dela via


StringHttpBody.InsertByteOrderMark Property

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

Syntax

'Declaration
Public Property InsertByteOrderMark As Boolean
'Usage
Dim instance As StringHttpBody 
Dim value As Boolean 

value = instance.InsertByteOrderMark

instance.InsertByteOrderMark = value
public bool InsertByteOrderMark { get; set; }
public:
property bool InsertByteOrderMark {
    bool get ();
    void set (bool value);
}
public function get InsertByteOrderMark () : boolean 
public function set InsertByteOrderMark (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

StringHttpBody Class

StringHttpBody Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace