MatchingCriterion.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)

プロパティ値

マッピングの一覧です。

属性

適用対象