RecordId Property

Gets or sets the record identifier.

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

Syntax

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

value = instance.RecordId

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

Property Value

Type: System.Int64
The record identifier.

See Also

Reference

CustomerAddress Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace