IExecutionContext.PrimaryEntityName Property

Definition

Gets the name of the primary entity for which the pipeline is processing events.

public:
 property System::String ^ PrimaryEntityName { System::String ^ get(); };
public string PrimaryEntityName { get; }
member this.PrimaryEntityName : string
Public ReadOnly Property PrimaryEntityName As String

Property Value

The name of the primary entity for which the pipeline is processing events.

Applies to

See also