ItemId Property

Gets the item identifer for which to retrieve price information.

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> _
<RequiredAttribute> _
Public Property ItemId As String
    Get
    Private Set
'Usage
Dim instance As GetItemPriceServiceRequest
Dim value As String

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

Property Value

Type: System.String
Returns String.

See Also

Reference

GetItemPriceServiceRequest Class

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