C-DEngine 5.105

ThePageDefinition..::..Errors Property

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int Errors { get; set; }
Public Property Errors As Integer
	Get
	Set
public:
property int^ Errors {
	int^ get ();
	void set (int^ value);
}