CrmReference Class
Represents an attribute that is a reference to another entity.
The CrmReference class exposes the following members.
Constructor | Description |
CrmReference | Initializes a new instance of the CrmReference class. |
Field | Description |
dsc | For internal use only. |
dscSpecified | For internal use only. |
IsNull | Specifies that the field value is a null value. |
IsNullSpecified | Specifies whether you are intentionally setting the attribute to a null value. |
name | Specifes the name of the referenced entity instance. |
type | Specifes the type of the referenced entity. |
Value | Specifies the value of the attribute. |
Remarks
This type is used in entities that are a subclass of BusinessEntity.
See Also