Share via


Diagnostic.Source Property

Definition

Gets a localized string describing the tool that generated the diagnostic (e.g. "FxCop", "msbuild", etc.).

public:
 property System::String ^ Source { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=7)]
public string? Source { get; }
[<System.Runtime.Serialization.DataMember(Order=7)>]
member this.Source : string
Public ReadOnly Property Source As String

Property Value

Attributes

Applies to