'Declaration
<CanBeNullAttribute()> <XmlIgnoreAttribute()> Public ReadOnly Property Keys As ICollection(Of Long)
'Usage
Dim instance As AEAttributeElementCollection Dim value As ICollection(Of Long) value = instance.Keys
[CanBeNull()] [XmlIgnore()] public ICollection<long> Keys {get;}
[CanBeNull()] [XmlIgnore()] public: property ICollection<int64>^ Keys { ICollection<int64>^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.