True if the maxlength attribute is valid, False if not.

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

Syntax

C#
public bool MaxLengthApplies { get; }
Visual Basic
Public ReadOnly Property MaxLengthApplies As Boolean
	Get
Visual C++
public:
property bool MaxLengthApplies {
	bool get ();
}

See Also