次の方法で共有


SiteExtensionInfo.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

適用対象