RemoteExecutionContext.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(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string PrimaryEntityName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PrimaryEntityName : string with get, set
Public Property PrimaryEntityName As String

Property Value

The name of the primary entity.

Attributes

Applies to

See also