'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute("")> <IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public Shadows Property Query As String
'Usage
Dim instance As UAEndpointDescriptor Dim value As String instance.Query = value value = instance.Query
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [IgnoreDataMember()] [XmlIgnore()] public new string Query {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [IgnoreDataMember()] [XmlIgnore()] public: new property String^ Query { String^ get(); void set ( String^ value); }