EnterpriseResource.CostCenter property
Gets or sets any code, abbreviation, or number that is entered as cost center information for an enterprise 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 EnterpriseResource
Dim value As String
value = instance.CostCenter
instance.CostCenter = value
[RemoteAttribute]
public string CostCenter { get; set; }
Property value
Type: System.String
A string that contains cost center information.