| AppletManifestLocales Property |
Gets or sets the locales in the applet
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public List<AppletLocale> Locales { get; set; }
Public Property Locales As List(Of AppletLocale)
Get
Set
public:
property List<AppletLocale^>^ Locales {
List<AppletLocale^>^ get ();
void set (List<AppletLocale^>^ value);
}
member Locales : List<AppletLocale> with get, set
Property Value
Type:
ListAppletLocaleSee Also