SecurityPrincipalsCriteria.ResultType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the principal result type.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType

The principal result type.

See Also

SecurityPrincipalsCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top