Gets or sets the errors.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic List<string> Errors { get; }
Public ReadOnly Property Errors As List(Of String)
Get
public:
property List<String^>^ Errors {
List<String^>^ get ();
}
member Errors : List<string> with get
Property Value
Type:
ListString
The errors.
See Also