  | AppletLocaleAssets Property  | 
 
            Gets or sets the assets that need to be served on the locale
            
 
    Namespace: 
   SanteDB.Core.Applets.Model
    Assembly:
   SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntaxpublic List<string> Assets { get; set; }Public Property Assets As List(Of String)
	Get
	Set
public:
property List<String^>^ Assets {
	List<String^>^ get ();
	void set (List<String^>^ value);
}member Assets : List<string> with get, set
Property Value
Type: 
ListString
See Also