Share via


SecurityPrincipalsCriteria.SecurityResolutionType Property

Gets or sets whether the resolve effective privileges resolution type is desired.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SecurityResolutionType As SecurityResolutionType
    Get
    Set
'Usage
Dim instance As SecurityPrincipalsCriteria
Dim value As SecurityResolutionType

value = instance.SecurityResolutionType

instance.SecurityResolutionType = value
[DataMemberAttribute]
public SecurityResolutionType SecurityResolutionType { get; set; }
[DataMemberAttribute]
public:
property SecurityResolutionType SecurityResolutionType {
    SecurityResolutionType get ();
    void set (SecurityResolutionType value);
}
[<DataMemberAttribute>]
member SecurityResolutionType : SecurityResolutionType with get, set
function get SecurityResolutionType () : SecurityResolutionType
function set SecurityResolutionType (value : SecurityResolutionType)