SecurityDeleteRequest.DeleteCriteria 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 criteria used for filtering the items to be deleted.
public:
property Microsoft::MasterDataServices::Services::DataContracts::SecurityDeleteCriteria ^ DeleteCriteria { Microsoft::MasterDataServices::Services::DataContracts::SecurityDeleteCriteria ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::SecurityDeleteCriteria ^ value); };
[System.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.SecurityDeleteCriteria DeleteCriteria { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.DeleteCriteria : Microsoft.MasterDataServices.Services.DataContracts.SecurityDeleteCriteria with get, set
Public Property DeleteCriteria As SecurityDeleteCriteria
Property Value
The criteria used for filtering the items to be deleted.
- Attributes