Tsk.Contact
Tsk.Contact field
The name of an individual responsible for a task.
public static readonly Key<string, TaskKey> Contact;
Examples
Shows how to read/write Tsk.Contact property.
var project = new Project();
var task = project.RootTask.Children.Add("Task");
task.Set(Tsk.Contact, "John Smith");
Console.WriteLine("Contact: " + task.Get(Tsk.Contact));
See Also
- struct Key<T,K>
- enum TaskKey
- class Tsk
- namespace Aspose.Tasks
- assembly Aspose.Tasks