FirstName Property

Gets or sets the customer first name.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property FirstName As String
    Get
    Set
'Usage
Dim instance As CustomerAddress
Dim value As String

value = instance.FirstName

instance.FirstName = value
[DataMemberAttribute]
public string FirstName { get; set; }
[DataMemberAttribute]
public:
property String^ FirstName {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

CustomerAddress Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace