 | TaskOptionsEditorConvertResourceStringReferences Property |
Gets or sets a value indicating whether to convert references to resource strings in libraries to their value.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic bool ConvertResourceStringReferences { get; set; }
Public Property ConvertResourceStringReferences As Boolean
Get
Set
public:
property bool ConvertResourceStringReferences {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Booleantrue if references to resource strings are converted; otherwise,
false.
See Also