ProductId Property

Gets or sets the product identifier corresponding to this listing.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ProductId As Long
    Get
    Set
'Usage
Dim instance As ListingPrice
Dim value As Long

value = instance.ProductId

instance.ProductId = value
[DataMemberAttribute]
public long ProductId { get; set; }
[DataMemberAttribute]
public:
property long long ProductId {
    long long get ();
    void set (long long value);
}

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

ListingPrice Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace