'Declaration
<BrowsableAttribute(False)> <CanBeNullAttribute()> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <XmlIgnoreAttribute()> Public Property TargetTypeName As String
'Usage
Dim instance As ValueTarget Dim value As String instance.TargetTypeName = value value = instance.TargetTypeName
[Browsable(false)] [CanBeNull()] [EditorBrowsable(EditorBrowsableState.Advanced)] [XmlIgnore()] public string TargetTypeName {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.