Share via


ROUNDING_OPTION Class

The ROUNDING_OPTION class lists the possible rounding options. Please note that although the APIs may accept any value, these are the valid values.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

System.Object
   ROUNDING_OPTION

[Visual Basic .NET]
Public Class ROUNDING_OPTION
   Inherits System.Object
[C#]
public class ROUNDING_OPTION: System.Object
[C++]
public __gc class ROUNDING_OPTION: public System.Object

The ROUNDING_OPTION class exposes the following integer fields.

Field Value Description
RO_ENDS_IN 1 Specifies ends in.
RO_MULTIPLE_OF 2 Specifies multiple of.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.