ServiceClient.SecurityPrincipalsCreate Method

Creates new users, groups and their permissions within the security model.

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

Syntax

'Declaration
Public Function SecurityPrincipalsCreate ( _
    International As International, _
    Principals As SecurityPrincipals, _
    <OutAttribute> ByRef SecuritySet As SecuritySet _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Principals As SecurityPrincipals
Dim SecuritySet As SecuritySet
Dim returnValue As OperationResult

returnValue = instance.SecurityPrincipalsCreate(International, _
    Principals, SecuritySet)
public OperationResult SecurityPrincipalsCreate(
    International International,
    SecurityPrincipals Principals,
    out SecuritySet SecuritySet
)
public:
OperationResult^ SecurityPrincipalsCreate(
    International^ International, 
    SecurityPrincipals^ Principals, 
    [OutAttribute] SecuritySet^% SecuritySet
)
member SecurityPrincipalsCreate : 
        International:International * 
        Principals:SecurityPrincipals * 
        SecuritySet:SecuritySet byref -> OperationResult
public function SecurityPrincipalsCreate(
    International : International, 
    Principals : SecurityPrincipals, 
    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