ISchedulerTask.UserBlob Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.