Share via


ICommandTargetMenuService.RootCommandTarget Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Property RootCommandTarget As ICommandTarget
    Get
    Set
'Usage
Dim instance As ICommandTargetMenuService
Dim value As ICommandTarget

value = instance.RootCommandTarget

instance.RootCommandTarget = value
ICommandTarget RootCommandTarget { get; set; }
property ICommandTarget^ RootCommandTarget {
    ICommandTarget^ get ();
    void set (ICommandTarget^ value);
}
abstract RootCommandTarget : ICommandTarget with get, set
function get RootCommandTarget () : ICommandTarget
function set RootCommandTarget (value : ICommandTarget)