Share via


APIKeyRequest.LinkedWriteProperties Property

Definition

Gets or sets the write access rights of this API Key.

[Newtonsoft.Json.JsonProperty(PropertyName="linkedWriteProperties")]
public System.Collections.Generic.IList<string> LinkedWriteProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="linkedWriteProperties")>]
member this.LinkedWriteProperties : System.Collections.Generic.IList<string> with get, set
Public Property LinkedWriteProperties As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to