RemoteSystemAppRegistration.GetForUser(User) Method

Definition

Gets a RemoteSystemAppRegistration instance to register an app for the given user.

public:
 static RemoteSystemAppRegistration ^ GetForUser(User ^ user);
 static RemoteSystemAppRegistration GetForUser(User const& user);
public static RemoteSystemAppRegistration GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As RemoteSystemAppRegistration

Parameters

user
User

The user.

Returns

A new RemoteSystemAppRegistration instance.

Applies to