Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 1.7 KB

customer-name-property-microsoft-dynamics-commerce-runtime-datamodel.md

File metadata and controls

74 lines (56 loc) · 1.7 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
Customer.Name Property (Microsoft.Dynamics.Commerce.Runtime.DataModel)
Name Property
P:Microsoft.Dynamics.Commerce.Runtime.DataModel.Customer.Name
49851713
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.DataModel.Customer.Name
CSharp
C++
VB

Name Property

[!INCLUDEarchive-banner]

Gets or sets the customer name.

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

Syntax

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

value = instance.Name

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

Property Value

Type: System.String
Returns String.

See Also

Reference

Customer Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace