Share via


AIAgent.DisplayName Property

Definition

Gets a display-friendly name for the agent.

public virtual string DisplayName { get; }
member this.DisplayName : string
Public Overridable ReadOnly Property DisplayName As String

Property Value

The agent's Name if available, otherwise the Id.

Remarks

This property provides a guaranteed non-null string suitable for display in user interfaces, logs, or other contexts where a readable identifier is needed.

Applies to