SecurityPrincipalsDeleteCriteria.Users Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the user identifiers used in the criteria.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> Users { get; internal set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<Identifier^>^ Users {
    Collection<Identifier^>^ get();
    internal: void set(Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Users : Collection<Identifier> with get, internal set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Users As Collection(Of Identifier)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.ObjectModel.Collection<Identifier>

The user identifiers used in the criteria.

See Also

SecurityPrincipalsDeleteCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top