次の方法で共有


RecommendedAction.LinkedObjects プロパティ

定義

リンクされたオブジェクト (存在する場合) を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象