Indicates whether UTF-8 encoding is employed in the message.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Utf8Encoded As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MessageStream
Dim value As Boolean
value = instance.Utf8Encoded |
| C# | |
|---|
public bool Utf8Encoded {get;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_Utf8Encoded(); |
| C++/CLI | |
|---|
public:
property bool Utf8Encoded {
bool get();
} |
Property Value
This property returns true if any UTF-8 encoding is used in the message.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also