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