| MessageInfoBody Property |
Gets the body of the message
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public byte[] Body { get; set; }
Public Property Body As Byte()
Get
Set
public:
property array<unsigned char>^ Body {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Body : byte[] with get, set
Property Value
Type:
ByteSee Also