Свойство BRDeleteCriteria.BRConditionTreeNodes

Gets or sets the collection of condition tree nodes to delete.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRConditionTreeNodes As Collection(Of Guid)
    Get 
    Friend Set
'Применение
Dim instance As BRDeleteCriteria 
Dim value As Collection(Of Guid)

value = instance.BRConditionTreeNodes
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Guid> BRConditionTreeNodes { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Guid>^ BRConditionTreeNodes {
    Collection<Guid>^ get ();
    internal: void set (Collection<Guid>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRConditionTreeNodes : Collection<Guid> with get, internal set
function get BRConditionTreeNodes () : Collection<Guid>
internal function set BRConditionTreeNodes (value : Collection<Guid>)

Значение свойства

Тип: System.Collections.ObjectModel.Collection<Guid>
The collection of condition tree nodes to delete.

См. также

Справочник

BRDeleteCriteria Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts