FunctionPrivilege Constructor (Identifier, PrincipalType, FunctionalArea, Boolean)

 

Initializes a new instance of the FunctionPrivilege class with the specified principal identifier, type, function, and authorization.

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

Syntax

public FunctionPrivilege(
    Identifier principalId,
    PrincipalType type,
    FunctionalArea function,
    bool isAuthorized
)
public:
FunctionPrivilege(
    Identifier^ principalId,
    PrincipalType type,
    FunctionalArea function,
    bool isAuthorized
)
new : 
        principalId:Identifier *
        type:PrincipalType *
        function:FunctionalArea *
        isAuthorized:bool -> FunctionPrivilege
Public Sub New (
    principalId As Identifier,
    type As PrincipalType,
    function As FunctionalArea,
    isAuthorized As Boolean
)

Parameters

  • isAuthorized
    Type: System.Boolean

    true to indicate that the privilege should be authorized; otherwise, false.

See Also

FunctionPrivilege Overload
FunctionPrivilege Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top