Prj.Category
Prj.Category field
The category of a project.
public static readonly Key<string, PrjKey> Category;
Examples
Shows how to read/write Prj.Category property.
var project = new Project();
project.Set(Prj.Category, "Special");
Console.WriteLine("Category: " + project.Get(Prj.Category));
See Also
- struct Key<T,K>
- enum PrjKey
- class Prj
- namespace Aspose.Tasks
- assembly Aspose.Tasks