'Declaration
<BrowsableAttribute(False)> <DefaultValueAttribute("")> <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)] [DefaultValue("")] [EditorBrowsable(EditorBrowsableState.Advanced)] [NotNull()] [XmlIgnore()] public string ArgumentsElement {get; set;}
[Browsable(false)] [DefaultValue("")] [EditorBrowsable(EditorBrowsableState.Advanced)] [NotNull()] [XmlIgnore()] public: property String^ ArgumentsElement { String^ get(); void set ( String^ value); }