ParentListingId Property

Gets the identifier of the parent listing for variants.

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

Syntax

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

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

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

Listing Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace