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
- 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.
See Also
Reference
SiteCacheRefreshEventArgs Class