Share via


AgentRegistrationKeys.Primary Property

Definition

Gets or sets the primary key.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to