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.10.1
Syntax
public string GetResolvedString()
Request Example View Source

Return Value

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