 | AppletWidgetDescription Property |
Gets the main titles of the panel
Namespace: SanteDB.Core.Applets.ModelAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntaxpublic 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
ListLocaleString
See Also