Share via


BasicRelationship.Properties Property

Definition

Additional, custom properties defined in the DTDL model. This property will contain any relationship properties that are not already defined in this class.

[System.Text.Json.Serialization.JsonExtensionData]
public System.Collections.Generic.IDictionary<string,object> Properties { get; set; }
[<System.Text.Json.Serialization.JsonExtensionData>]
member this.Properties : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Properties As IDictionary(Of String, Object)

Property Value

Attributes

Applies to