Właściwość BusinessRulesPalette.BRActionGroups
ArrayOfBRActionGroup typu złożonego.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionGroups As Collection(Of BRActionGroup)
Get
Private Set
'Użycie
Dim instance As BusinessRulesPalette
Dim value As Collection(Of BRActionGroup)
value = instance.BRActionGroups
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRActionGroup> BRActionGroups { get; private set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRActionGroup^>^ BRActionGroups {
Collection<BRActionGroup^>^ get ();
private: void set (Collection<BRActionGroup^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRActionGroups : Collection<BRActionGroup> with get, private set
function get BRActionGroups () : Collection<BRActionGroup>
private function set BRActionGroups (value : Collection<BRActionGroup>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<BRActionGroup>
Kolekcja BRActionGroup.
Zobacz także