 | ResourceReferenceValueToString Method |
Returns a
String in the format required by the Task Scheduler to reference a string in a DLL.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Request Example
View SourceReturn Value
Type:
StringA formatted
String in the format $(@ [Dll], [ResourceID]).
See Also