ZennoLab Assemblies Documentation
TaskId Property
Example 
Gets the id of the task.
Syntax
string TaskId {get;}

Property Value

Type: System.Guid

The id of the task.

Example
The following example uses TaskId property of "project".
// get the id of the current task
String id = project.TaskId;
// get the id of the current task
$id = $project->TaskId;
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members

Send Feedback