Asset.AlternateId Property

Definition

Gets or sets the alternate ID of the Asset.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.alternateId")]
public string AlternateId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.alternateId")>]
member this.AlternateId : string with get, set
Public Property AlternateId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to