Optimizer.Colors Class
Defines colors for the items managed by the Optimizer for a project portfolio.
Inheritance Hierarchy
System.Object
Microsoft.Office.Project.Server.Library.Optimizer.Colors
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public NotInheritable Class Colors
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class Colors
Remarks
The Colors class functions like an enumeration, but uses string values rather than integers. The strings represent RGB hexadecimal values.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.