MatchingCriterion.Mappings Property

Definition

Gets or sets the list of the mappings.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::DataSourceFieldMapping ^> ^ Mappings { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::DataSourceFieldMapping ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::DataSourceFieldMapping ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.DataSourceFieldMapping> Mappings { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Mappings : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.DataSourceFieldMapping> with get, set
Public Property Mappings As Collection(Of DataSourceFieldMapping)

Property Value

The list of the mappings.

Attributes

Applies to