HasChanges Property

Gets a value indicating whether there are any changes to be synchronized.

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

Syntax

'Declaration
Public ReadOnly Property HasChanges As Boolean
    Get
'Usage
Dim instance As ChangeSet
Dim value As Boolean

value = instance.HasChanges
public bool HasChanges { get; }
public:
property bool HasChanges {
    bool get ();
}

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

ChangeSet Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace