| SearchTermTerm Property |
Gets or sets the term
Namespace:
SanteDB.DisconnectedClient.SQLite.Search.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string Term { get; set; }
Public Property Term As String
Get
Set
public:
property String^ Term {
String^ get ();
void set (String^ value);
}
member Term : string with get, set
Property Value
Type:
StringSee Also