'Declaration
<CanBeNullAttribute()> <DefaultValueAttribute("")> <ElementsNotNullAttribute()> <XmlIgnoreAttribute()> Public ReadOnly Property Keys As ICollection(Of DAPropertyDescriptor)
'Usage
Dim instance As DAPropertyElementCollection Dim value As ICollection(Of DAPropertyDescriptor) value = instance.Keys
[CanBeNull()] [DefaultValue("")] [ElementsNotNull()] [XmlIgnore()] public ICollection<DAPropertyDescriptor> Keys {get;}
[CanBeNull()] [DefaultValue("")] [ElementsNotNull()] [XmlIgnore()] public: property ICollection<DAPropertyDescriptor^>^ Keys { ICollection<DAPropertyDescriptor^>^ get(); }