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 or sets the action that is the source of the event.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Action Action { get; }
public:
property Action^ Action {
Action^ get();
}
member Action : Action with get
Public ReadOnly Property Action As Action
Property Value
Type: Microsoft.ManagementConsole.Action
The source of the event
See Also
ActionEventArgs Class
Microsoft.ManagementConsole Namespace
Return to top