 | TriggerGetUnboundValueOrDefaultT Method |
Gets the unbound value or a default.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntaxprotected T GetUnboundValueOrDefault<T>(
string prop,
T def = null
)
Request Example
View SourceParameters
- prop String
- The property name.
- def T (Optional)
- The default value if not found in unbound value list.
Type Parameters
- T
- Return type.
Return Value
TThe unbound value, if set, or the default value.
See Also