ZennoLab Assemblies Documentation
TasksList Property
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : TasksList Property

Glossary Item Box

Gets the collection of tasks

Syntax

C# 
public static IEnumerable<string> TasksList {get;}

Property Value

Type: System.Collection.IEnumerable

Collection of tasks inxmlformat.

Example

The following example shows call the TasksList property.
C#Copy Code
// Gets list of tasks
var tasksList = ZennoPoster.TasksList;
PHPCopy Code
// Gets list of tasks
$tasksList = ZennoPoster::TasksList;

Requirements

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

See Also

© 2013 All Rights Reserved.