ViewAddInBase.CurrentScopeObject Property

System Center
 

Updated: June 20, 2017

Applies To: System Center 2016 - Virtual Machine Manager

Gets the backing Virtual Machine Manager object of the currently selected console navigation tree item.

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

public ContextObject CurrentScopeObject { get; set; }

Property Value

Type: Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.ContextTypes.ContextObject

Type: ContextObject

If selected console navigation tree item does not have a backing Virtual Machine Manager object, this property will be null. This property is set by the add-in framework and should not be set by any add-in code.

Return to top
Show: