LogisticsLocationRoleRecordId Property

Gets or sets the logistics location role record identifier.

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

Syntax

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

value = instance.LogisticsLocationRoleRecordId

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

Property Value

Type: System.Int64
The logistics location role record identifier.

See Also

Reference

AddressData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace