ViewAddInBase.CurrentScopeObject Property

 

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)

Syntax

public ContextObject CurrentScopeObject { get; set; }
public:
property ContextObject^ CurrentScopeObject {
    ContextObject^ get();
    void set(ContextObject^ value);
}
member CurrentScopeObject : ContextObject with get, set
Public Property CurrentScopeObject As ContextObject

Property Value

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

Type: ContextObject

Remarks

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.

See Also

ViewAddInBase Class
Microsoft.SystemCenter.VirtualMachineManager.UIAddIns Namespace

Return to top