Parameters Property

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.

Gets the parameters in the reqeust.

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

Syntax

'Declaration
<IgnoreDataMemberAttribute> _
Public Property Parameters As ParameterSet
    Get
    Private Set
'Usage
Dim instance As Request
Dim value As ParameterSet

value = instance.Parameters
[IgnoreDataMemberAttribute]
public ParameterSet Parameters { get; private set; }
[IgnoreDataMemberAttribute]
public:
property ParameterSet^ Parameters {
    ParameterSet^ get ();
    private: void set (ParameterSet^ value);
}

Property Value

Type: Microsoft.Dynamics.Commerce.Runtime.ParameterSet
Returns ParameterSet.

See Also

Reference

Request Class

Microsoft.Dynamics.Commerce.Runtime.Messages Namespace