共用方式為


SiteExtensionInfoInner.Authors 屬性

定義

取得或設定作者清單。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.authors")]
public System.Collections.Generic.IList<string> Authors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.authors")>]
member this.Authors : System.Collections.Generic.IList<string> with get, set
Public Property Authors As IList(Of String)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於