Share via


SyncActionEventArgs.Action Property

 

Gets the originating action for the event.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public SyncAction Action { get; }
public:
property SyncAction^ Action {
    SyncAction^ get();
}
member Action : SyncAction with get
Public ReadOnly Property Action As SyncAction

Property Value

Type: Microsoft.ManagementConsole.SyncAction

The originating action

See Also

SyncActionEventArgs Class
Microsoft.ManagementConsole Namespace

Return to top