MatchingCriterion.Mappings Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the list of the field mappings.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Mappings As ICollection(Of DataSourceFieldMapping)
Get
Set
'Usage
Dim instance As MatchingCriterion
Dim value As ICollection(Of DataSourceFieldMapping)
value = instance.Mappings
instance.Mappings = value
[DataMemberAttribute]
public ICollection<DataSourceFieldMapping> Mappings { get; set; }
[DataMemberAttribute]
public:
property ICollection<DataSourceFieldMapping^>^ Mappings {
ICollection<DataSourceFieldMapping^>^ get ();
void set (ICollection<DataSourceFieldMapping^>^ value);
}
[<DataMemberAttribute>]
member Mappings : ICollection<DataSourceFieldMapping> with get, set
function get Mappings () : ICollection<DataSourceFieldMapping>
function set Mappings (value : ICollection<DataSourceFieldMapping>)
Property Value
Type: System.Collections.Generic.ICollection<DataSourceFieldMapping>
The list of the field mappings.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace