Rsc.CostCenter
Rsc.CostCenter field
Indicates which cost center the costs accrued by the resource should be charged to.
public static readonly Key<string, RscKey> CostCenter;
Examples
Shows how to read/write Rsc.CostCenter property.
var project = new Project();
var resource = project.Resources.Add("Resource");
resource.Set(Rsc.CostCenter, "Center");
Console.WriteLine("Cost Center: " + resource.Get(Rsc.CostCenter));
See Also
- struct Key<T,K>
- enum RscKey
- class Rsc
- namespace Aspose.Tasks
- assembly Aspose.Tasks