Analysis_ConstructKeyValueString - Solution Sites Routine
Commerce Server 2002
This function constructs a key/value pair for a Commerce event.
Definition
Function Analysis_ConstructKeyValueString( byVal sKey, byVal sValue )
Parameters
- sKey
- A string containing the key.
- sValue
- A string containing the value corresponding to the key.
Return Value
A string containing the key/value pair.
Defined in File
Routines Called
Called By
Remarks
The format of the string is:
sKey="sValue"
See Also
About the Analysis Integration Feature for Solution Sites
Copyright © 2005 Microsoft Corporation.All rights reserved.
