 | DbDataTemplateDefinitionDefinition Property |
Definition of the template
Namespace: SanteDB.Persistence.Data.Model.SysAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic 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
Byte
See Also