This document is archived and information here might be outdated. Recommended version. |
Get TODO.
[Visual Basic .NET] Public Property QueryString As String
[C#] public string QueryString {get; set;}
[C++]
HRESULT get_QueryString(
System.String* pbstrQueryString
);
[C++]
HRESULT put_QueryString(
BSTR pbstrQueryString
);
[C++]
Parameters pbstrQueryString [out, retval]
pbstrQueryString is a parameter of type BSTR* pbstrQueryString [in]
pbstrQueryString is a parameter of type BSTR