TypeId Property

The TypeId property of the AlertType class gets the identifier for this alert type.

Property Value

String that contains the identifier for this alert type. May be a globally unique identifier (GUID), Uniform Resource Identifier (URI), or any other unique string.

Remarks

The TypeId property is read-only. TypeId is used to look up a specific alert type; specifically, this string is used as an indexer in the AlertTypeCollection[string] to get an AlertType object. This property is set when creating a new alert. It is used by pages in the user interface (UI) that view and edit alert information; however, it is not displayed in the UI.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security