次の方法で共有


GenericProtectedItem.SourceAssociations プロパティ

定義

疎結合 (型、値) の関連付けを取得または設定します (例 - 保護された項目の親)

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象