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