HelpPageApiModel..::..ErrorMessages Property

Gets the error messages associated with this model.

Namespace:  JiwaWebAPI.Areas.HelpPage.Models
Assembly:  JiwaWebAPI (in JiwaWebAPI.dll)

Syntax


public Collection<string> ErrorMessages { get; set; }
Public Property ErrorMessages As Collection(Of String)
	Get
	Set
public:
property Collection<String^>^ ErrorMessages {
	Collection<String^>^ get ();
	void set (Collection<String^>^ value);
}