Partager via


MachineIdentityManager.MakeUserRemoteDesktopMapping Method (String)

 

Creates the mapping for the User Remote Desktop.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Syntax

public string MakeUserRemoteDesktopMapping(
    string userName
)
public:
String^ MakeUserRemoteDesktopMapping(
    String^ userName
)
Public Function MakeUserRemoteDesktopMapping (
    userName As String
) As String

Parameters

  • userName
    Type: System.String

    The name of the user account that performs this operation.

Return Value

Type: System.String

An instance of String that contains the mapping information.

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top