Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a QueryStringBuilder object used on the site.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property QueryStringBuilder As QueryStringBuilder
'Usage
Dim instance As CommerceContext
Dim value As QueryStringBuilder
value = instance.QueryStringBuilder
public QueryStringBuilder QueryStringBuilder { get; }
public:
property QueryStringBuilder^ QueryStringBuilder {
QueryStringBuilder^ get ();
}
public function get QueryStringBuilder () : QueryStringBuilder
Property Value
Type: Microsoft.CommerceServer.Runtime..::.QueryStringBuilder
The QueryStringBuilder object used on the site.
Remarks
A default QueryStringBuilder is always available.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.