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 or sets a value indicating whether constraint rules are followed when attempting any update operation.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Property EnforceConstraints As Boolean
'Usage
Dim instance As RegionCodeDataSet
Dim value As Boolean
value = instance.EnforceConstraints
instance.EnforceConstraints = value
public bool EnforceConstraints { get; set; }
public:
property bool EnforceConstraints {
bool get ();
void set (bool value);
}
public function get EnforceConstraints () : boolean
public function set EnforceConstraints (value : boolean)
Property Value
Type: System..::.Boolean
true to enforce rules; Otherwise false.
Remarks
Constraints on the RegionCodeDataSet are not enforced unless the EnforceConstraints property is true.
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.