| MultipartAttachmentData Property |
Represents the data in the attachment
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public byte[] Data { get; set; }
Public Property Data As Byte()
Get
Set
public:
property array<unsigned char>^ Data {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Data : byte[] with get, set
Property Value
Type:
ByteSee Also