SIFWorks ADK 2.0
AddAlertMessage Method (Type, Value)
NamespacesEdustructures.SifWorks.StudentAlertMessagesAddAlertMessage(AlertMessageType, String)

[This is preliminary documentation and is subject to change.]

Adds the value of the <AlertMessage> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddAlertMessage(
	AlertMessageType Type,
	string Value
)
Public Sub AddAlertMessage ( _
	Type As AlertMessageType, _
	Value As String _
)
public:
void AddAlertMessage (
	AlertMessageType^ Type, 
	String^ Value
)
Parameters
Type (AlertMessageType)
This attribute specifies what type of alert message this is.
Value (String)
Gets or sets the content value of the &lt;AlertMessage&gt; element
Remarks

This form of setAlertMessage is provided as a convenience method that is functionally equivalent to the method AddAlertMessage

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10