IMessage.XmlContent Property

Solclient

IMessageXmlContent Property
version: 7.2.1.27
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: Byte
See Also