다음을 통해 공유


RegenerateActionParameter.KeyType Property

Definition

Gets or sets the key type. Possible values include: 'NotSpecified', 'Primary', 'Secondary'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to