CompilationResult.ErrorMessages Property

Definition

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

Property Value

IEnumerable<String>

Applies to