'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Property Keys As Object()
'Usage
Dim instance As _SecurityKeysInfo Dim value() As Object instance.Keys = value value = instance.Keys
[ElementsNotNull()] [NotNull()] object[] Keys {get; set;}
[ElementsNotNull()] [NotNull()] property array<Object^>^ Keys { array<Object^>^ get(); void set ( array<Object^>^ value); }