| Alert Fields | 
The Alert type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|  | Body | 
            Gets/Sets the body of the alert
             | 
|  | DeliveryDateUTC | 
            Gets/Sets the delivery time. If null, the alert is delivered immediately.
             | 
|  | ExpireDateUTC | 
            Gets/Sets the expiration date. If null, the alert will not expire.
             | 
|  | LinkURL | 
            Gets/Sets the URL (typically handler.ashx?req=nav&mop=[MOP]&pk=[pk]).
            See LinkText.
             | 
|  | MOP | 
            Gets/Sets the MOP (if this is set along with the PrimaryKey, the LinkURL is automatically constructed.)
             | 
|  | PrimaryKey | 
            Gets/Sets the PrimaryKey value (used in the LinkURL)
             | 
|  | RelatedID | 
            Gets/Sets the RelatedID (string, int, Guid).
             | 
|  | RelatedType | 
            Gets/Sets the type of the RelatedID as it should be stored in the database.
             | 
|  | Subject | 
            Gets/Sets the subject of the alert.
             | 
|  | UserID | 
            Gets/Sets the UserID who will receive the alert.
             | 
 See Also
See Also