'Declaration
Public Property LengthUnit As LengthUnit
'Usage
Dim instance As TextLengthValidator Dim value As LengthUnit instance.LengthUnit = value value = instance.LengthUnit
public LengthUnit LengthUnit {get; set;}
'Declaration
Public Property LengthUnit As LengthUnit
'Usage
Dim instance As TextLengthValidator Dim value As LengthUnit instance.LengthUnit = value value = instance.LengthUnit
public LengthUnit LengthUnit {get; set;}
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The assigned value is not a LengthUnit value. |