次の方法で共有


BusinessRulesPalette.BRActionGroups プロパティ

ArrayOfBRActionGroup 複合型。

名前空間:  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>
BRActionGroup のコレクション。

関連項目

参照

BusinessRulesPalette クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間