PhoneExt 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 phone number extension.

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

Syntax

'Declaration
<DataMemberAttribute> _
<ColumnAttribute("PHONEEXT")> _
Public Property PhoneExt As String
    Get
    Set
'Usage
Dim instance As Customer
Dim value As String

value = instance.PhoneExt

instance.PhoneExt = value
[DataMemberAttribute]
[ColumnAttribute("PHONEEXT")]
public string PhoneExt { get; set; }
[DataMemberAttribute]
[ColumnAttribute(L"PHONEEXT")]
public:
property String^ PhoneExt {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

Customer Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace