Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
ArrayOfBRActionGroup complex type.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRActionGroups As Collection(Of BRActionGroup)
Get
Friend Set
'Usage
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>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<BRActionGroup>
The collection of BRActionGroup.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace