MiddleName Property

Gets or sets the customer middle name.

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

Syntax

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

value = instance.MiddleName

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

Property Value

Type: System.String
Returns String.

See Also

Reference

CustomerAddress Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace