Partager via


Propriété SecurityPrincipalsCriteria.SecurityResolutionType

Gets or sets resolution of effective privileges.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SecurityResolutionType As SecurityResolutionType
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.SecurityResolutionType
One of the values of SecurityResolutionType.

Voir aussi

Référence

SecurityPrincipalsCriteria Classe

Espace de noms Microsoft.MasterDataServices