The IAlertRule type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Actions
This gets the list of actions triggered by this rule. You can remove or rearrange these, and the changes will be saved if you save the Alert using SetAlertRule(IAlertRule) Use any of the "New*Action()" factory methods (e.g. NewExecuteOSCommandAction()()()()) to create one of the action types (which will also add it to this list).
AlertQueryConfig
Configuration of this rule.

Note that the values of the QueryConfig object must be set via its individual properties (Table, Predicate, etc.); using the QueryString property will result in an exception being thrown as it is currently unsupported.

AlertType
The type of alert -- query-based or time-based
CreationTime
Creation time of this rule.
CronString
For time-based alerts, cron expression describing the time at which to trigger the alert. If this is set to a non-null value, the rule's AlertType will be changed to CronAlert automatically.
Description
Description of this rule.
ID
Unique identifier for this rule.
IsEnabled
Whether this rule is currently enabled.
IsValid
Whether this rule is valiid.
LastModificationTime
Last modification time of this rule.
MessageTemplate
Message template for this rule.
Name
Name of this rule.
Owner
Owner of this rule. The special value
CopyC#
*
means "all users."
PersistedVersion
Persisted version of this rule.
Quiescence
Quiescence value of this rule.
StatusMessage
Current status of this rule.

See Also