Language

SecurityPrincipalsDeleteCriteria Class

Definition

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
SecurityPrincipalsDeleteCriteria
Attributes

Remarks

The SecurityPrincipalsDeleteCriteria specifies the criteria for deleting security principals.

Constructors

Name Description
SecurityPrincipalsDeleteCriteria()

Initializes a new instance of the SecurityPrincipalsDeleteCriteria class.

Properties

Name Description
Groups

Specifies the identifiers of the Groups to delete.

Users

Specifies the identifiers of the Users to delete.

Methods

Name Description
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to