Diagnostic.Source 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 or sets a human-readable string describing the source of this diagnostic, e.g. 'typescript' or 'super lint'. It usually appears in the user interface.
public:
property System::String ^ Source { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="source")]
public string Source { get; set; }
[System.Runtime.Serialization.DataMember(Name="source")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public string Source { get; set; }
[System.Runtime.Serialization.DataMember(Name="source")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public string? Source { get; set; }
[<System.Runtime.Serialization.DataMember(Name="source")>]
member this.Source : string with get, set
[<System.Runtime.Serialization.DataMember(Name="source")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Source : string with get, set
Public Property Source As String
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute