Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the collection of condition tree nodes.
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditionTreeNodes As Collection(Of BRConditionTreeNode)
Get
Friend Set
'Применение
Dim instance As BusinessRuleSet
Dim value As Collection(Of BRConditionTreeNode)
value = instance.BRConditionTreeNodes
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<BRConditionTreeNode> BRConditionTreeNodes { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<BRConditionTreeNode^>^ BRConditionTreeNodes {
Collection<BRConditionTreeNode^>^ get ();
internal: void set (Collection<BRConditionTreeNode^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRConditionTreeNodes : Collection<BRConditionTreeNode> with get, internal set
function get BRConditionTreeNodes () : Collection<BRConditionTreeNode>
internal function set BRConditionTreeNodes (value : Collection<BRConditionTreeNode>)
Значение свойства
Тип: System.Collections.ObjectModel.Collection<BRConditionTreeNode>
The collection of condition tree nodes.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts