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 型のコレクション。

属性

適用対象