BusinessRulesPalette.BRActionGroups 屬性
ArrayOfBRActionGroup complex type.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
語法
'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionGroups As Collection(Of BRActionGroup)
Get
Friend Set
'用途
Dim instance As BusinessRulesPalette
Dim value As Collection(Of BRActionGroup)
value = instance.BRActionGroups
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRActionGroup> BRActionGroups { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRActionGroup^>^ BRActionGroups {
Collection<BRActionGroup^>^ get ();
internal: void set (Collection<BRActionGroup^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActionGroups : Collection<BRActionGroup> with get, internal set
function get BRActionGroups () : Collection<BRActionGroup>
internal function set BRActionGroups (value : Collection<BRActionGroup>)
屬性值
型別:System.Collections.ObjectModel.Collection<BRActionGroup>
The collection of BRActionGroup.