ResourceReferenceValueToString Method

Returns a String in the format required by the Task Scheduler to reference a string in a DLL.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public override string ToString()

Return Value

String
A formatted String in the format $(@ [Dll], [ResourceID]).

See Also