다음을 통해 공유


BRDeleteCriteria.BRItems 속성

Gets or sets an array containing globally unique identifiers (GUIDs) of conditions or actions to be deleted.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRItems As Collection(Of Guid)
    Get
    Set
‘사용 방법
Dim instance As BRDeleteCriteria
Dim value As Collection(Of Guid)

value = instance.BRItems

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

속성 값

유형: System.Collections.ObjectModel.Collection<Guid>
A collection of type Guid.

참고 항목

참조

BRDeleteCriteria 클래스

Microsoft.MasterDataServices 네임스페이스