Click or drag to resize

DbNoteText Property

Gets or sets the text.

Namespace:  SanteDB.DisconnectedClient.SQLite.Model.Extensibility
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public string Text { get; set; }

Property Value

Type: String
The text.
See Also