Share via


InstanceData.Properties Property

Definition

Gets or sets any extra properties.

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

Property Value

Any extra properties.

Applies to