Share via


TargetUpdateTask.Task Field

banner art

Specifies the task entity.

Syntax

[Visual Basic .NET]
Public Field Task As task
[C#]
public task Task;
[JScript]
public var Task : task;

Remarks

To update fields in a task, create an instance of the task class and set the fields that you wish to update. Only those fields that are set will be updated in the database.

See Also

© 2007 Microsoft Corporation. All rights reserved.