Share via


AgentRegistrationKeys.Secondary Property

Definition

Gets or sets the secondary key.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to