Applies To: System Center 2016 - Virtual Machine Manager
Gets the currently selected console navigation tree item’s scope type.
Namespace:   Microsoft.SystemCenter.VirtualMachineManager.UIAddIns
Assembly:  Microsoft.SystemCenter.VirtualMachineManager.UIAddIns (in Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.dll)
Syntax
public AddInContextType CurrentScopeType { get; set; }
public:
property AddInContextType CurrentScopeType {
    AddInContextType get();
    void set(AddInContextType value);
}
member CurrentScopeType : AddInContextType with get, set
Public Property CurrentScopeType As AddInContextType
Property Value
Type: Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.ContextTypes.AddInContextType
Type: AddInContextType
Remarks
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