共用方式為


Department.DepartmentName 屬性

定義

取得或設定部門的名稱。

[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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於