MaxLengthAttribute Constructor (Int32)
Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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
'Usage
Dim value As Integer
Dim instance As New MaxLengthAttribute(value)
Syntax
'Declaration
Public Sub New ( _
value As Integer _
)
public MaxLengthAttribute (
int value
)
public:
MaxLengthAttribute (
int value
)
public MaxLengthAttribute (
int value
)
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
Reference
MaxLengthAttribute Class
MaxLengthAttribute Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace