StoreId Property

Gets the store identifier for amount rounding.

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 StoreId As String
    Get
    Private Set
'Usage
Dim instance As GetRoundedCurrencyRequest
Dim value As String

value = instance.StoreId
[DataMemberAttribute]
public string StoreId { get; private set; }
[DataMemberAttribute]
public:
property String^ StoreId {
    String^ get ();
    private: void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

GetRoundedCurrencyRequest Class

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