GetSerializedParameters Method

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Serializes the parameters. Used for logging purposes. This call must never fail.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Framework (in Microsoft.Dynamics.Commerce.Runtime.Framework.dll)

Syntax

'Declaration
Public Function GetSerializedParameters As String
'Usage
Dim instance As Request
Dim returnValue As String

returnValue = instance.GetSerializedParameters()
public string GetSerializedParameters()
public:
String^ GetSerializedParameters()

Return Value

Type: System.String
Serialized parameters.

See Also

Reference

Request Class

Microsoft.Dynamics.Commerce.Runtime.Messages Namespace