Click or drag to resize
Task Scheduler Managed Class Library

SettingsBuilderDataIs Method

Sets the task data to a string.

Namespace:  Microsoft.Win32.TaskScheduler.Fluent
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public SettingsBuilder DataIs(
	string data
)
Request Example View Source

Parameters

data
Type: SystemString

[Missing <param name="data"/> documentation for "M:Microsoft.Win32.TaskScheduler.Fluent.SettingsBuilder.DataIs(System.String)"]

Return Value

Type: SettingsBuilder
SettingsBuilder instance.
See Also