| DbExtensionExtensionDisplay Property |
Gets the display value of the object
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Extensibility
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string ExtensionDisplay { get; set; }
Public Property ExtensionDisplay As String
Get
Set
public:
property String^ ExtensionDisplay {
String^ get ();
void set (String^ value);
}
member ExtensionDisplay : string with get, set
Property Value
Type:
StringSee Also