Department.DepartmentName Property

Definition

Gets or sets the name of the department.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.departmentName")]
public string DepartmentName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.departmentName")>]
member this.DepartmentName : string with get, set
Public Property DepartmentName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to