SubscriptionContract.PrimaryKey Property

Definition

Gets or sets subscription primary key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to