Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.