True if the maxlength attribute is specified, false if not

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

Syntax

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

See Also