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