'Declaration
<__DynamicallyInvokableAttribute()> Public ReadOnly Property Keys As System.Collections.Generic.Dictionary(Of String,Object)
'Usage
Dim instance As PropertyValueCollection Dim value As System.Collections.Generic.Dictionary(Of String,Object) value = instance.Keys
[__DynamicallyInvokable()] public System.Collections.Generic.Dictionary<string,object> Keys {get;}