Share via


PlanAssignment.CostCenter property

Gets any code, abbreviation, or number that is entered as custom cost center information for a plan assignment.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property CostCenter As String
    Get
'Usage
Dim instance As PlanAssignment
Dim value As String

value = instance.CostCenter
[RemoteAttribute]
public string CostCenter { get; }

Property value

Type: System.String
A string that contains cost center information.

See also

Reference

PlanAssignment class

PlanAssignment members

Microsoft.ProjectServer.Client namespace