| NotificationAttachmentContent Property |
Gets or sets the content
Namespace:
SanteDB.Core.Notifications
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public byte[] Content { get; }
Public ReadOnly Property Content As Byte()
Get
public:
property array<unsigned char>^ Content {
array<unsigned char>^ get ();
}
member Content : byte[] with get
Property Value
Type:
ByteSee Also