MetaType.Indexes Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a read-only collection of MetaType indexes.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Syntax

Public Overridable ReadOnly Property Indexes As ReadOnlyCollection(Of MetaIndex)
public virtual ReadOnlyCollection<MetaIndex> Indexes { get; }

Property Value

Type: System.Collections.ObjectModel..::.ReadOnlyCollection<(Of <(MetaIndex>)>)
A read-only collection of MetaType indexes.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

MetaType Class

System.Data.Linq.Mapping Namespace