SignatureInformation.Documentation 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.
The human-readable doc-comment of this signature. Will be shown in the UI but can be omitted. If this is a string, it's plain text. If this is a MarkupContent, then it's github markdown.
public object Documentation { get; set; }
member this.Documentation : obj with get, set
Public Property Documentation As Object