[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public AlertMessage( AlertMessageType type, string value )
Public Sub New ( _ type As AlertMessageType, _ value As String _ )
public: AlertMessage ( 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