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