InstanceData.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)

属性值

任何额外的属性。

适用于