C-DEngine 5.105

TheNMIBaseControl..::..DefaultValue Property

Will be written in the “Value” Property if the Value property is “Null”

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

Syntax


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