ActionInfoCollection.Item[String] Property

Definition

Gets the ActionInfo with the specified name.

public Microsoft.SqlServer.Management.XEvent.ActionInfo this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.XEvent.ActionInfo
Default Public ReadOnly Property Item(name As String) As ActionInfo

Parameters

name
String

Property Value

name of the action

Applies to