ServiceClient.IService.SecurityPrincipalsClone Method

Creates exact copies of users, groups and their permissions within the security model from another source, retaining the GUIDs of the original objects.

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

Syntax

'Declaration
Private Function SecurityPrincipalsClone ( _
    request As SecurityPrincipalsRequest _
) As MessageResponse Implements IService.SecurityPrincipalsClone
'Usage
Dim instance As ServiceClient
Dim request As SecurityPrincipalsRequest
Dim returnValue As MessageResponse

returnValue = CType(instance, IService).SecurityPrincipalsClone(request)
MessageResponseIService.SecurityPrincipalsClone(
    SecurityPrincipalsRequest request
)
private:
virtual MessageResponse^ SecurityPrincipalsClone(
    SecurityPrincipalsRequest^ request
) sealed = IService::SecurityPrincipalsClone
private abstract SecurityPrincipalsClone : 
        request:SecurityPrincipalsRequest -> MessageResponse 
private override SecurityPrincipalsClone : 
        request:SecurityPrincipalsRequest -> MessageResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: Microsoft.MasterDataServices.MessageResponse
The MessageResponse for the operation.

Implements

IService.SecurityPrincipalsClone(SecurityPrincipalsRequest)

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace