DirPartyRecordId Property

Gets or sets the record identifier for the DirPartyTabel.

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

Syntax

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

value = instance.DirPartyRecordId

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

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

Customer Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace