Solclient
IMessageSetXmlContent Method |
Sets the XML content part of the message.
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)] void SetXmlContent( sbyte[] xmlContent )
<CLSCompliantAttribute(false)> Sub SetXmlContent ( xmlContent As SByte() )
[CLSCompliantAttribute(false)] void SetXmlContent( array<signed char>^ xmlContent )
Parameters
- xmlContent
- Type: SystemSByte
Remarks
This method is not CLS-compliant; it is available for convenience.
The CLI-compliant equivalent to this method is XmlContent setter.
See Also