Class MaxLengthAttribute
Inheritance
System.Object
MaxLengthAttribute
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public sealed class MaxLengthAttribute : Attribute
Constructors
| Improve this Doc View SourceMaxLengthAttribute(Int32)
Initializes a new instance of the MaxLengthAttribute class.
Declaration
public MaxLengthAttribute(int length)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | length |
Properties
| Improve this Doc View SourceLength
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |