次の方法で共有


RequiredResourceAccess.ResourceAppId プロパティ

定義

アプリケーションがアクセスする必要があるリソースの一意識別子を取得または設定します。 これは、ターゲット リソース アプリケーションで宣言された appId と等しい必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象