Share via


DraftProjectResource.CostCenter property

Gets or sets 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 Property CostCenter As String
    Get
    Set
'Usage
Dim instance As DraftProjectResource
Dim value As String

value = instance.CostCenter

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

Property value

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

See also

Reference

DraftProjectResource class

DraftProjectResource members

Microsoft.ProjectServer.Client namespace