PhoneRecordId 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 telephone record identifier.

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

Syntax

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

value = instance.PhoneRecordId

instance.PhoneRecordId = value
[ColumnAttribute("PHONERECORDID")]
[DataMemberAttribute]
public long PhoneRecordId { get; set; }
[ColumnAttribute(L"PHONERECORDID")]
[DataMemberAttribute]
public:
property long long PhoneRecordId {
    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