FunctionPrivilege Constructor (Identifier, PrincipalType, FunctionalArea)

 

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

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
)
public:
FunctionPrivilege(
    Identifier^ principalId,
    PrincipalType type,
    FunctionalArea function
)
new : 
        principalId:Identifier *
        type:PrincipalType *
        function:FunctionalArea -> FunctionPrivilege
Public Sub New (
    principalId As Identifier,
    type As PrincipalType,
    function As FunctionalArea
)

Parameters

See Also

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

Return to top