TriggerGetUnboundValueOrDefaultT Method

Gets the unbound value or a default.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
protected T GetUnboundValueOrDefault<T>(
	string prop,
	T def = null
)

Parameters

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

T
The unbound value, if set, or the default value.

See Also