| 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; }
Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
Property Value
Type:
StringThe text.
See Also