Default value - the member's fixed-value default. Computed default constraints can not be represented in this property.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

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

See Also