'Declaration
<BrowsableAttribute(False)> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute("")> <XmlIgnoreAttribute()> Public ReadOnly Property ArgumentString As String
'Usage
Dim instance As UANodeDescriptor Dim value As String value = instance.ArgumentString
[Browsable(false)] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [XmlIgnore()] public string ArgumentString {get;}
[Browsable(false)] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [XmlIgnore()] public: property String^ ArgumentString { String^ get(); }