VmmAddInBase::SetUserDetails Method (UserDetails^)

System Center
 

Updated: June 20, 2017

Applies To: System Center 2016 - Virtual Machine Manager

For internal use only. Called by the add-in framework to provide the current add-in reference to the current console user.

Namespace:   Microsoft.SystemCenter.VirtualMachineManager.UIAddIns
Assembly:  Microsoft.SystemCenter.VirtualMachineManager.UIAddIns (in Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.dll)

public:
void SetUserDetails(
	UserDetails^ userDetails
)

Parameters

userDetails
Type: Microsoft.SystemCenter.VirtualMachineManager.UIAddIns::UserDetails^

The user details object provides information about the user and the their current role, and can be accessed by the UserDetails property.

Notes to Callers:

This method should only be called by the add-in framework.

Return to top
Show: