次の方法で共有


MatchingPolicy.Rules プロパティ

定義

ポリシーの照合規則を指定します

public:
 property System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::MatchingRule ^> ^ Rules { System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::MatchingRule ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::MatchingRule ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.MatchingRule> Rules { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Rules : System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.MatchingRule> with get, set
Public Property Rules As IList(Of MatchingRule)

プロパティ値

ポリシーの一致ルールです。

属性

適用対象