 | NotificationTemplateParameterInstanceParameter Property |
Gets or sets the instance parameters
Namespace: SanteDB.Core.NotificationsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<NotificationInstanceParameter> InstanceParameter { get; set; }Public Property InstanceParameter As List(Of NotificationInstanceParameter)
Get
Set
public:
property List<NotificationInstanceParameter^>^ InstanceParameter {
List<NotificationInstanceParameter^>^ get ();
void set (List<NotificationInstanceParameter^>^ value);
}member InstanceParameter : List<NotificationInstanceParameter> with get, set
Property Value
ListNotificationInstanceParameter
See Also