次の方法で共有


LinkedService.Annotations プロパティ

定義

リンクされたサービスの説明に使用できるタグの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="annotations")]
public System.Collections.Generic.IList<object> Annotations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="annotations")>]
member this.Annotations : System.Collections.Generic.IList<obj> with get, set
Public Property Annotations As IList(Of Object)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象