IsAddressValid Property

Gets a value indicating whether this instance is address valid.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IsAddressValid As Boolean
    Get
    Private Set
'Usage
Dim instance As ValidateAddressResponse
Dim value As Boolean

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

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

ValidateAddressResponse Class

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace