CartId Property

Gets the cart id for which the exception occurred.

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

Syntax

'Declaration
Public Property CartId As String
    Get
    Private Set
'Usage
Dim instance As CartValidationException
Dim value As String

value = instance.CartId
public string CartId { get; private set; }
public:
property String^ CartId {
    String^ get ();
    private: void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

CartValidationException Class

Microsoft.Dynamics.Commerce.Runtime.Messages Namespace