ISchedulerTask.UserBlob Property

Definition

Retrieves or sets the user data associated with the task.

public string UserBlob { get; set; }
member this.UserBlob : string with get, set
Public Property UserBlob As String

Property Value

The user data associated with the task. The data is limited to 4,000 bytes.

Applies to