ResourceReferenceValueGetResolvedString Method

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

Definition

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

Return Value

String
String from resource file.

Exceptions

FileNotFoundExceptionResourceFilePath cannot be found.
Win32ExceptionUnable to load ResourceFilePath or string identified by ResourceIdentifier.

See Also