Share via


CodeElement.Description Property

Definition

Gets a short description for the code element (e.g. method name along with containing type name). Used for display purposes (e.g. in the title of the CodeLens tool window if CodeLens details popup is promoted).

public string? Description { get; init; }
member this.Description : string with get, set
Public Property Description As String

Property Value

Applies to