MaxDecimalValue Field

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

Represents the maximum allowed value for decimal members on Marketing System entities.

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

Syntax

'Declaration
Public Shared ReadOnly MaxDecimalValue As Decimal
'Usage
Dim value As Decimal

value = MarketingContext.MaxDecimalValue
public static readonly decimal MaxDecimalValue
public:
static initonly Decimal MaxDecimalValue
public static final var MaxDecimalValue : decimal

Remarks

The maximum allowed decimal value for decimal members on Marketing System entities. This field is constant and is equal to the maximum value that can be assigned to the System.Data.SqlTypes.SqlMoney.Value property of an instance of the System.Data.SqlTypes.SqlMoney class.

Permissions

See Also

Reference

MarketingContext Class

MarketingContext Members

Microsoft.CommerceServer.Marketing Namespace