'Deklaration
<System.ComponentModel.BrowsableAttribute(False)> Public Property Data As System.Collections.Generic.IDictionary(Of String,Object)
'Usage
Dim instance As ComputerItem Dim value As System.Collections.Generic.IDictionary(Of String,Object) instance.Data = value value = instance.Data
[System.ComponentModel.Browsable(false)] public System.Collections.Generic.IDictionary<string,object> Data {get; set;}