ExtensibilityDiagnosticEventMetadata.ItemId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the id of the item that this event pertains to. Ex. For the command executed event it would be the command's id. Must be non-null if the event's ShowIdColumn is true.
public string? ItemId { get; init; }
member this.ItemId : string with get, set
Public Property ItemId As String