TaskRunnerCommandContextLogger.Errors Property

Definition

public:
 property System::Collections::Generic::List<System::String ^> ^ Errors { System::Collections::Generic::List<System::String ^> ^ get(); void set(System::Collections::Generic::List<System::String ^> ^ value); };
public:
 property System::Collections::Generic::List<System::String ^> ^ Errors { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> Errors { get; set; }
member this.Errors : System.Collections.Generic.List<string> with get, set
Public Property Errors As List(Of String)

Property Value

List<String>

Implements

Applies to