'Declaration
<IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public Shadows Property Query As String
'Usage
Dim instance As ObjectDescriptor Dim value As String instance.Query = value value = instance.Query
[IgnoreDataMember()] [XmlIgnore()] public new string Query {get; set;}
[IgnoreDataMember()] [XmlIgnore()] public: new property String^ Query { String^ get(); void set ( String^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.