SecurityPrincipalsCriteria.Type Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the user or group.

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

Syntax

[DataMemberAttribute]
public PrincipalType Type { get; set; }
public:
[DataMemberAttribute]
property PrincipalType Type {
    PrincipalType get();
    void set(PrincipalType value);
}
[<DataMemberAttribute>]
member Type : PrincipalType with get, set
<DataMemberAttribute>
Public Property Type As PrincipalType

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType

The user or group.

See Also

SecurityPrincipalsCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top