SecurityPrincipalsDeleteCriteria.Users Property

Definition

Specifies the identifiers of the Users to delete.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Identifier ^> ^ Users { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Identifier ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Identifier> Users { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Users : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Identifier>
Public ReadOnly Property Users As Collection(Of Identifier)

Property Value

The identifiers of the Users to delete.

Attributes

Applies to