Solclient
IMessageGetXmlContent Method |
Gets the XML content part of the message.
Returns null if not present.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[CLSCompliantAttribute(false)] sbyte[] GetXmlContent()
<CLSCompliantAttribute(false)> Function GetXmlContent As SByte()
[CLSCompliantAttribute(false)] array<signed char>^ GetXmlContent()
Return Value
Type: SByteAn array of bytes.
Remarks
This method is not CLS-compliant; it is available for convenience.
The CLI-compliant equivalent to this method is XmlContent getter.
See Also