DomainSharedAccessKeys.Key1 Property

Definition

Gets or sets shared access key1 for the domain.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to