Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<BRConditionGroup>
The collection of ArrayOfBRConditionGroup
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace