Share via


RequestParameters Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the request parameters for the cache refresh.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property RequestParameters As NameValueCollection
'Usage
Dim instance As SiteCacheRefreshEventArgs
Dim value As NameValueCollection

value = instance.RequestParameters
public NameValueCollection RequestParameters { get; }
public:
property NameValueCollection^ RequestParameters {
    NameValueCollection^ get ();
}
public function get RequestParameters () : NameValueCollection

Property Value

Type: System.Collections.Specialized..::.NameValueCollection
The request parameters for the cache refresh.

Remarks

Returns the request parameters for the cache refresh.

Permissions

See Also

Reference

SiteCacheRefreshEventArgs Class

SiteCacheRefreshEventArgs Members

Microsoft.CommerceServer.Runtime Namespace