IsPrimary Property

Gets or sets a boolean that determines if this Address is the primary address or not.

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

Syntax

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

value = instance.IsPrimary

instance.IsPrimary = value
[DataMemberAttribute]
public bool IsPrimary { get; set; }
[DataMemberAttribute]
public:
property bool IsPrimary {
    bool get ();
    void set (bool value);
}

Property Value

Type: System.Boolean
The IsPrimary.

See Also

Reference

CustomerAddress Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace