BusinessRules.BRActions 属性

定义

获取或设置操作的数组。

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

属性值

BRAction 类型的集合。

属性

适用于