CodeElementContract.Description 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.
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).
[System.Runtime.Serialization.DataMember(Order=1)]
public string? Description { get; set; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Description : string with get, set
Public Property Description As String
Property Value
- Attributes