Initializes a new instance of the MaxLengthAttribute Class.Initializes a new instance of the MaxLengthAttribute Class.Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim value As Integer

Dim instance As New MaxLengthAttribute(value)

Syntax

Visual Basic
Public Sub New ( _
		value As Integer _
)
C#
public MaxLengthAttribute (
		int value
)
C++
public:
MaxLengthAttribute (
		int value
)
J#
public MaxLengthAttribute (
		int value
)
JScript
public function MaxLengthAttribute (
		value : int
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also