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