| AppletAssetPolicies Property |
Gets or sets the applets required policies for a user to run
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public List<string> Policies { get; set; }
Public Property Policies As List(Of String)
Get
Set
public:
property List<String^>^ Policies {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Policies : List<string> with get, set
Property Value
Type:
ListStringSee Also