BRDeleteCriteria.BRItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the collection business rule items to delete.
public:
property System::Collections::ObjectModel::Collection<Guid> ^ BRItems { System::Collections::ObjectModel::Collection<Guid> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Guid> BRItems { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRItems : System.Collections.ObjectModel.Collection<Guid>
Public ReadOnly Property BRItems As Collection(Of Guid)
Property Value
The collection business rule items to delete.
- Attributes