| ProtocolDefinition Property |
Contains instructions which the handler class can understand
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public byte[] Definition { get; set; }
Public Property Definition As Byte()
Get
Set
public:
property array<unsigned char>^ Definition {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Definition : byte[] with get, set
Property Value
Type:
ByteSee Also