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 used to tell the datatable to perform validations or not.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Property SuspendValidation As Boolean
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable
Dim value As Boolean
value = instance.SuspendValidation
instance.SuspendValidation = value
public bool SuspendValidation { get; set; }
public:
property bool SuspendValidation {
bool get ();
void set (bool value);
}
public function get SuspendValidation () : boolean
public function set SuspendValidation (value : boolean)
Property Value
Type: System..::.Boolean
true to perform validations; otherwise, false.
Remarks
Gets or sets a value used to tell the datatable to perform validations or not.
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.
See Also
Reference
RegionCodeDataSet..::.CountryCodesDataTable Class