다음을 통해 공유


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 네임스페이스