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.
ArrayOfBRConditionGroup 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 BRConditionGroups As Collection(Of BRConditionGroup)
Get
Friend Set
'Usage
Dim instance As BusinessRulesPalette
Dim value As Collection(Of BRConditionGroup)
value = instance.BRConditionGroups
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRConditionGroup> BRConditionGroups { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRConditionGroup^>^ BRConditionGroups {
Collection<BRConditionGroup^>^ get ();
internal: void set (Collection<BRConditionGroup^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRConditionGroups : Collection<BRConditionGroup> with get, internal set
function get BRConditionGroups () : Collection<BRConditionGroup>
internal function set BRConditionGroups (value : Collection<BRConditionGroup>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<BRConditionGroup>
The collection of ArrayOfBRConditionGroup
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace