'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Public Property EditType As Type
'Usage
Dim instance As AutomaticValueControl Dim value As Type instance.EditType = value value = instance.EditType
[JetBrains.Annotations.CanBeNull()] public Type EditType {get; set;}
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.