TriggerGetUnboundValueOrDefaultT Method
Gets the unbound value or a default.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
protected T GetUnboundValueOrDefault<T>(
string prop,
T def = null
)
- prop String
- The property name.
- def T (Optional)
- The default value if not found in unbound value list.
- T
- Return type.
TThe unbound value, if set, or the default value.