Compartir a través de


RemoteSystemAppRegistration.GetForUser(User) Método

Definición

Obtiene una instancia de RemoteSystemAppRegistration para registrar una aplicación para el usuario especificado.

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

Parámetros

user
User

El usuario.

Devoluciones

Nueva instancia de RemoteSystemAppRegistration .

Se aplica a