HasChanges Property

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

Gets a value that describes if changes have occurred to the DirectMail.

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

Syntax

'Declaration
Public Overrides ReadOnly Property HasChanges As Boolean
'Usage
Dim instance As DirectMail
Dim value As Boolean

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

Property Value

Type: System..::.Boolean
true if changes have occurred; otherwise false.

Remarks

Returns a value indicating whether the DirectMail has unsaved changes.

Permissions

See Also

Reference

DirectMail Class

DirectMail Members

Microsoft.CommerceServer.Marketing Namespace