DomainSharedAccessKeys.Key2 Property

Definition

Gets or sets shared access key2 for the domain.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to