SecurityPrincipalsDeleteCriteria Class
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 for deleting security principals.
public ref class SecurityPrincipalsDeleteCriteria sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SecurityPrincipalsDeleteCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityPrincipalsDeleteCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SecurityPrincipalsDeleteCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipalsDeleteCriteria = class
inherit DataContractBase
Public NotInheritable Class SecurityPrincipalsDeleteCriteria
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The SecurityPrincipalsDeleteCriteria specifies the criteria for deleting security principals.
Constructors
SecurityPrincipalsDeleteCriteria() |
Initializes a new instance of the SecurityPrincipalsDeleteCriteria class. |
Properties
Groups |
Specifies the identifiers of the Groups to delete. |
Users |
Specifies the identifiers of the Users to delete. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |