C-DEngine 5.105

TheFieldInfo..::..DefaultValue Property

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);
}