'Declaration
<NotNullAttribute()> Property Keys As Object()
'Usage
Dim instance As _SecurityKeysInfo Dim value() As Object instance.Keys = value value = instance.Keys
[NotNull()] object[] Keys {get; set;}
[NotNull()] property array<Object^>^ Keys { array<Object^>^ get(); void set ( array<Object^>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).