 | DbDatamartRegistrationDefinitionHash Property |
Gets or sets the hash of the definition
Namespace: SanteDB.Persistence.Data.Model.SysAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic byte[] DefinitionHash { get; set; }Public Property DefinitionHash As Byte()
Get
Set
public:
property array<unsigned char>^ DefinitionHash {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}member DefinitionHash : byte[] with get, set
Property Value
Byte
See Also