次の方法で共有


Application.PasswordCredentials プロパティ

定義

PasswordCredential オブジェクトのコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象