RestoreItemPrices Property

Gets a value indicating whether the item prices are to be restored.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property RestoreItemPrices As Boolean
    Get
    Private Set
'Usage
Dim instance As UpdatePriceRequest
Dim value As Boolean

value = instance.RestoreItemPrices
[DataMemberAttribute]
public bool RestoreItemPrices { get; private set; }
[DataMemberAttribute]
public:
property bool RestoreItemPrices {
    bool get ();
    private: void set (bool value);
}

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

UpdatePriceRequest Class

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace