Share via


PublishedEvent.ActionList.Item[String] Property

Definition

Get an action from the action list by name. The actionName conforms to the format {[moduleid.packagename.] | [packagename.]}objectname.

public:
 property Microsoft::SqlServer::XEvent::Linq::PublishedAction ^ default[System::String ^] { Microsoft::SqlServer::XEvent::Linq::PublishedAction ^ get(System::String ^ actionName); };
public Microsoft.SqlServer.XEvent.Linq.PublishedAction this[string actionName] { get; }
member this.Item(string) : Microsoft.SqlServer.XEvent.Linq.PublishedAction
Default Public ReadOnly Property Item(actionName As String) As PublishedAction

Parameters

actionName
String

The name of the action.

Property Value

An action from the action list by name.

Applies to