Task.Creator Property

Gets or sets the creator of the task.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Property Creator As String
    Get
    Set
'Usage
Dim instance As Task
Dim value As String

value = instance.Creator

instance.Creator = value
public string Creator { get; set; }

Property Value

Type: System.String
The creator of the task.

Remarks

If no value is supplied, the system fills in the account name of the caller when the task is saved.

See Also

Reference

Task Class

Task Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace