ListingRecordId Property

Gets the listing record identifier.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ListingRecordId As Long
    Get
    Friend Set
'Usage
Dim instance As RelatedListing
Dim value As Long

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

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

RelatedListing Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace