Share via


DynamicsCrmSink.AlternateKeyName Property

Definition

Gets or sets the logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="alternateKeyName")]
public object AlternateKeyName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alternateKeyName")>]
member this.AlternateKeyName : obj with get, set
Public Property AlternateKeyName As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to