SchedulerTask.SetCustomProperty(String, String) Method

Definition

Sets an application-defined property on the task.

public void SetCustomProperty (string name, string value);
abstract member SetCustomProperty : string * string -> unit
override this.SetCustomProperty : string * string -> unit
Public Sub SetCustomProperty (name As String, value As String)

Parameters

name
String

The property name. The name is limited to 80 characters.

value
String

The property value as a string. The name is limited to 1,024 characters.

Implements

Applies to