Share via


HasChanges Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a value indicating whether the current CampaignItem has unsaved changes.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property HasChanges As Boolean
'Usage
Dim instance As CampaignItem
Dim value As Boolean

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

Property Value

Type: System..::.Boolean
true to indicate the current CampaignItem has unsaved changes; otherwise, false

Remarks

CampaignItem objects created by any means other than being loaded from persistent storage are considered to have changes since otherwise the object does not yet exist in persistent storage.

Permissions

See Also

Reference

CampaignItem Class

CampaignItem Members

Microsoft.CommerceServer.Marketing Namespace