Deactivate Property

Gets or Sets a boolean that determines if this address will be deactivated or not upon save.

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

Syntax

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

value = instance.Deactivate

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

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

CustomerAddress Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace