Click or drag to resize
Task Scheduler Managed Class Library

ResourceReferenceValueGetResolvedString Method

Gets the result of pulling the string from the resource file using the identifier.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public string GetResolvedString()
Request Example View Source

Return Value

String
String from resource file.
Exceptions
ExceptionCondition
FileNotFoundExceptionResourceFilePath cannot be found.
Win32ExceptionUnable to load ResourceFilePath or string identified by ResourceIdentifier.
See Also