EnrollmentAccount.Department Property

Definition

Gets or sets associated department. By default this is not populated, unless it's specified in $expand.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.department")]
public Microsoft.Azure.Management.Billing.Models.Department Department { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.department")>]
member this.Department : Microsoft.Azure.Management.Billing.Models.Department with get, set
Public Property Department As Department

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to