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