Class MaxLengthAttribute
Namespace: Unity.VisualScripting.Dependencies.Sqlite
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class MaxLengthAttribute : Attribute, _Attribute
Constructors
MaxLengthAttribute(Int32)
Declaration
public MaxLengthAttribute(int length)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | length |
Properties
Value
Declaration
public int Value { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |