RemoteSystemAppRegistration.GetForUser(User) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.