| AppletWidgetDescription Property |
Gets the main titles of the panel
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public List<LocaleString> Description { get; set; }
Public Property Description As List(Of LocaleString)
Get
Set
public:
property List<LocaleString^>^ Description {
List<LocaleString^>^ get ();
void set (List<LocaleString^>^ value);
}
member Description : List<LocaleString> with get, set
Property Value
Type:
ListLocaleStringSee Also