DirPartyLocationRecordId Property

Gets or sets the DirPartyLocation record identifier.

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

Syntax

'Declaration
Public Property DirPartyLocationRecordId As Long
    Get
    Set
'Usage
Dim instance As AddressData
Dim value As Long

value = instance.DirPartyLocationRecordId

instance.DirPartyLocationRecordId = value
public long DirPartyLocationRecordId { get; set; }
public:
property long long DirPartyLocationRecordId {
    long long get ();
    void set (long long value);
}

Property Value

Type: System.Int64
The record identifier.

See Also

Reference

AddressData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace