BRActionGroup.BRActionComponents 属性
Gets or sets an array of business rule action components.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionComponents As Collection(Of BRActionComponent)
Get
Set
用法
Dim instance As BRActionGroup
Dim value As Collection(Of BRActionComponent)
value = instance.BRActionComponents
instance.BRActionComponents = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRActionComponent> BRActionComponents { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRActionComponent^>^ BRActionComponents {
Collection<BRActionComponent^>^ get ();
void set (Collection<BRActionComponent^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActionComponents : Collection<BRActionComponent> with get, set
function get BRActionComponents () : Collection<BRActionComponent>
function set BRActionComponents (value : Collection<BRActionComponent>)
属性值
类型:System.Collections.ObjectModel.Collection<BRActionComponent>
A collection of type BRActionComponent.