'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <NotNullAttribute()> <XmlIgnoreAttribute()> Public Property ArgumentsElement As String
'Usage
Dim instance As PointBinding Dim value As String instance.ArgumentsElement = value value = instance.ArgumentsElement
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] [NotNull()] [XmlIgnore()] public string ArgumentsElement {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)
.