C-DEngine 5.105

nmiCtrlSingleEnded..::..Validator Property

A RegEx expression that will be validated when the control is written

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

Syntax


public string Validator { get; set; }
Public Property Validator As String
	Get
	Set
public:
property String^ Validator {
	String^ get ();
	void set (String^ value);
}