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