Share via


IMicrosoftGraphEmployeeOrgData.CostCenter Property

Definition

The cost center associated with the user. Returned only on $select. Supports $filter.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="The cost center associated with the user. Returned only on $select. Supports $filter.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="costCenter", Update=true)]
public string CostCenter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="The cost center associated with the user. Returned only on $select. Supports $filter.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="costCenter", Update=true)>]
member this.CostCenter : string with get, set
Public Property CostCenter As String

Property Value

Attributes

Applies to