Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value that indicates whether the current Expression object has been modified since created or loaded from a web service.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property HasChanges As Boolean
'Usage
Dim instance As Expression
Dim value As Boolean
value = instance.HasChanges
public bool HasChanges { get; }
public:
property bool HasChanges {
bool get ();
}
public function get HasChanges () : boolean
Property Value
Type: System..::.Boolean
true to indicate that the current Expression has unsaved changes; otherwise, false.
Remarks
When an Expression has been modified, a dirtyFlag is set, indicating that the Expression has changes and needs to be saved. Calling Save for an Expression sets the HasChanges property to false.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.