| DbNoteAuthorUuid Property |
Gets or sets the author identifier.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Extensibility
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] AuthorUuid { get; set; }
Public Property AuthorUuid As Byte()
Get
Set
public:
property array<unsigned char>^ AuthorUuid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member AuthorUuid : byte[] with get, set
Property Value
Type:
ByteThe author identifier.
See Also