DocumentSymbol.Detail Property

Definition

Gets or sets more detail for this symbol, e.g the signature of a function.

public:
 property System::String ^ Detail { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="detail")]
public string Detail { get; set; }
[System.Runtime.Serialization.DataMember(Name="detail")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public string? Detail { get; set; }
[<System.Runtime.Serialization.DataMember(Name="detail")>]
member this.Detail : string with get, set
[<System.Runtime.Serialization.DataMember(Name="detail")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Detail : string with get, set
Public Property Detail As String

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to