BRDeleteCriteria.BRItems 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个数组,其中包含要删除的条件或操作的全局唯一标识符 (GUID)。
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 类型的集合。
- 属性