BRGetCriteria.BusinessRuleIds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定商務規則識別碼的集合。
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Identifier ^> ^ BusinessRuleIds { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Identifier ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Identifier> BusinessRuleIds { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BusinessRuleIds : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Identifier>
Public ReadOnly Property BusinessRuleIds As Collection(Of Identifier)
屬性值
商務規則識別碼的集合。
- 屬性