共用方式為


ApplicationBase.KeyCredentials Property

Definition

Gets or sets a collection of KeyCredential objects.

[Newtonsoft.Json.JsonProperty(PropertyName="keyCredentials")]
public System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> KeyCredentials { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyCredentials")>]
member this.KeyCredentials : System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> with get, set
Public Property KeyCredentials As IList(Of KeyCredential)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to