ListingId Property

Gets or sets the listing identifier for this line.

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

Syntax

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

value = instance.ListingId

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

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

CartLineData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace