Metadata.Indexes Property

Definition

Specifies the Index list.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Index ^> ^ Indexes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Index ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Index> Indexes { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.Indexes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Index>
Public ReadOnly Property Indexes As Collection(Of Index)

Property Value

The Index list.

Attributes

Applies to