'Declaration
<DisplayAttribute(AutoGenerateField=False, Order=1006, ShortName="Extract Array Element Indexes")> <NotNullAttribute()> Public Property ExtractArrayElementIndexes As Int32Collection
'Usage
Dim instance As CommonPoint Dim value As Int32Collection instance.ExtractArrayElementIndexes = value value = instance.ExtractArrayElementIndexes
[Display(AutoGenerateField=false, Order=1006, ShortName="Extract Array Element Indexes")] [NotNull()] public Int32Collection ExtractArrayElementIndexes {get; set;}
[Display(AutoGenerateField=false, Order=1006, ShortName="Extract Array Element Indexes")] [NotNull()] public: property Int32Collection^ ExtractArrayElementIndexes { Int32Collection^ get(); void set ( Int32Collection^ value); }