VmmAddInBase.SetUserDetails Method (UserDetails)
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)
Syntax
public void SetUserDetails(
UserDetails userDetails
)
public:
void SetUserDetails(
UserDetails^ userDetails
)
member SetUserDetails :
userDetails:UserDetails -> unit
Public Sub SetUserDetails (
userDetails As UserDetails
)
Parameters
- userDetails
Type: Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.UserDetails
Remarks
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.
See Also
VmmAddInBase Class
Microsoft.SystemCenter.VirtualMachineManager.UIAddIns Namespace
Return to top