CrmNumber Class
Represents a number (integer) attribute in an entity that is a subclass of BusinessEntity.
The CrmNumber class exposes the following members.
Constructor | Description |
CrmNumber | Initializes a new instance of the CrmNumber class. |
Field | Description |
formattedvalue | Specifies the formatted value for the attribute. |
IsNull | Specifies that the field value is a null value. |
IsNullSpecified | Specifies whether you are intentionally setting the attribute to a null value. |
Value | Specifies the value of the attribute. |
See Also