Share via


RecommendedAction.LinkedObjects Property

Definition

Gets the linked objects, if any.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to