PublishedProjectResource.CostCenter property

Gets any code, abbreviation, or number that has been entered as part of the information about the resource.

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 PublishedProjectResource
Dim value As String

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

Property value

Type: System.String
A code, abbreviation, or number.

See also

Reference

PublishedProjectResource class

PublishedProjectResource members

Microsoft.ProjectServer.Client namespace