Solclient
IMessageXmlContent Property |
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
byte[] XmlContent { get; set; }
Property XmlContent As Byte() Get Set
property array<unsigned char>^ XmlContent { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
Property Value
Type: ByteSee Also