[This is preliminary documentation and is subject to change.]
Adds the value of the <AlertMessage> element.
| C# | Visual Basic | Visual C++ |
public void AddAlertMessage( AlertMessageType Type, string Value )
Public Sub AddAlertMessage ( _ Type As AlertMessageType, _ Value As String _ )
public: void AddAlertMessage ( AlertMessageType^ Type, String^ Value )
- Type (AlertMessageType)
- This attribute specifies what type of alert message this is.
- Value (String)
- Gets or sets the content value of the <AlertMessage> element
This form of setAlertMessage is provided as a convenience method that is functionally equivalent to the method AddAlertMessage
Version: 2.0
Since: 1.1