Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

Gets and sets the comparion value that is used in the generation of Status events. The event occurs when the result of the comparison is true.

Namespace:Microsoft.WindowsMobile.Status
Assembly:Microsoft.WindowsMobile.Status (in microsoft.windowsmobile.status.dll)

Syntax

Remarks

You must initialize ComparisonValue with either an integer or a string value. To initialize it with an enumeration value, you must cast the value as either (int) or (string).


Thread Safety

Any public static ( Sharedin Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also