ServiceClient.SecurityPrivilegesCreate Method

Creates security privileges.

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

Syntax

'Declaration
Public Function SecurityPrivilegesCreate ( _
    International As International, _
    Privileges As SecurityPrivileges, _
    <OutAttribute> ByRef SecuritySet As SecuritySet _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Privileges As SecurityPrivileges
Dim SecuritySet As SecuritySet
Dim returnValue As OperationResult

returnValue = instance.SecurityPrivilegesCreate(International, _
    Privileges, SecuritySet)
public OperationResult SecurityPrivilegesCreate(
    International International,
    SecurityPrivileges Privileges,
    out SecuritySet SecuritySet
)
public:
OperationResult^ SecurityPrivilegesCreate(
    International^ International, 
    SecurityPrivileges^ Privileges, 
    [OutAttribute] SecuritySet^% SecuritySet
)
member SecurityPrivilegesCreate : 
        International:International * 
        Privileges:SecurityPrivileges * 
        SecuritySet:SecuritySet byref -> OperationResult
public function SecurityPrivilegesCreate(
    International : International, 
    Privileges : SecurityPrivileges, 
    SecuritySet : SecuritySet
) : OperationResult

Parameters

Return Value

Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace