Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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