UrlDirPartyLocationRecordId Property

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

Syntax

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

value = instance.UrlDirPartyLocationRecordId

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

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

CustomerData Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace