AccountNumber 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 account number.

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

Syntax

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

value = instance.AccountNumber

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

Property Value

Type: System.String
The account number.

See Also

Reference

Customer Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace