BRItems 属性
Gets or sets an array containing globally unique identifiers (GUIDs) of conditions or actions to be deleted.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRItems As Collection(Of Guid)
Get
Private Set
用法
Dim instance As BRDeleteCriteria
Dim value As Collection(Of Guid)
value = instance.BRItems
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Guid> BRItems { get; private set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Guid>^ BRItems {
Collection<Guid>^ get ();
private: void set (Collection<Guid>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRItems : Collection<Guid> with get, private set
function get BRItems () : Collection<Guid>
private function set BRItems (value : Collection<Guid>)
属性值
类型:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Guid> ) > ) >
A collection of GUIDs.