Share via


GenericProtectedItem.SourceAssociations Property

Definition

Gets or sets loosely coupled (type, value) associations (example - parent of a protected item)

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to