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.
Gets or sets the collection of condition components.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property BRConditionComponents As Collection(Of BRConditionComponent)
Get
Friend Set
'Usage
Dim instance As BRConditionGroup
Dim value As Collection(Of BRConditionComponent)
value = instance.BRConditionComponents
[DataMemberAttribute]
public Collection<BRConditionComponent> BRConditionComponents { get; internal set; }
[DataMemberAttribute]
public:
property Collection<BRConditionComponent^>^ BRConditionComponents {
Collection<BRConditionComponent^>^ get ();
internal: void set (Collection<BRConditionComponent^>^ value);
}
[<DataMemberAttribute>]
member BRConditionComponents : Collection<BRConditionComponent> with get, internal set
function get BRConditionComponents () : Collection<BRConditionComponent>
internal function set BRConditionComponents (value : Collection<BRConditionComponent>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<BRConditionComponent>
The collection of condition components.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace