EmailRecordId Property

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Gets or sets the Email record identifier.

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

Syntax

'Declaration
<DataMemberAttribute> _
<ColumnAttribute("EMAILRECORDID")> _
Public Property EmailRecordId As Long
    Get
    Set
'Usage
Dim instance As Customer
Dim value As Long

value = instance.EmailRecordId

instance.EmailRecordId = value
[DataMemberAttribute]
[ColumnAttribute("EMAILRECORDID")]
public long EmailRecordId { get; set; }
[DataMemberAttribute]
[ColumnAttribute(L"EMAILRECORDID")]
public:
property long long EmailRecordId {
    long long get ();
    void set (long long value);
}

Property Value

Type: System.Int64
The record identifier.

See Also

Reference

Customer Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace