Share via


GetObjectsParameters.ObjectIds Property

Definition

Gets or sets the requested object IDs.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to