AIAgent.DisplayName 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 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.