SymbolBase<TType>::Errors Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the razor error.

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public:
property IEnumerable<RazorError^>^ Errors {
	IEnumerable<RazorError^>^ get ();
	private: void set (IEnumerable<RazorError^>^ value);
}

Property Value

Type: System.Collections.Generic::IEnumerable<RazorError>
The razor error.
Show: