SecurityResultOptions.ResolveEffectivePrivilege Property

 

Gets or sets a value that indicates whether resolve effective privileges is desired.

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

Syntax

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

Property Value

Type: System.Boolean

true if resolve effective privileges is desired; otherwise, false.

See Also

SecurityResultOptions Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top