Share via


StaticCodeAnalysisTask.ResultsFile Property

Gets or sets an array of results file tasks.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
Public Property ResultsFile As String
public string ResultsFile { get; set; }
public:
property String^ ResultsFile {
    String^ get ();
    void set (String^ value);
}
member ResultsFile : string with get, set
function get ResultsFile () : String
function set ResultsFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

StaticCodeAnalysisTask Class

Microsoft.Data.Schema.Tasks Namespace