다음을 통해 공유


BRDeleteCriteria.BRItems 속성

정의

삭제할 조건 또는 동작의 GUID(Globally Unique Identifier)를 포함하는 배열을 가져오거나 설정합니다.

public:
 property System::Collections::ObjectModel::Collection<Guid> ^ BRItems { System::Collections::ObjectModel::Collection<Guid> ^ get(); void set(System::Collections::ObjectModel::Collection<Guid> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Guid> BRItems { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRItems : System.Collections.ObjectModel.Collection<Guid> with get, set
Public Property BRItems As Collection(Of Guid)

속성 값

GUID 유형의 컬렉션입니다.

특성

적용 대상