CrmBoolean Class
Represents a Boolean attribute in an entity that is a subclass of BusinessEntity.
The CrmBoolean class exposes the following members.
Constructor | Description |
CrmBoolean | Initializes a new instance of the CrmBoolean class. |
Field | Description |
IsNull | Specifies that the field value is a null value. |
IsNullSpecified | Specifies whether you are intentionally setting the attribute to a null value. |
name | Specifies the value of the attribute in string form. |
Value | Specifies the value of the attribute. |
See Also