SIFWorks ADK 2.0
AlertMessage Constructor (type, value)
NamespacesEdustructures.SifWorks.StudentAlertMessageAlertMessageAlertMessageNew(AlertMessageType, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public AlertMessage(
	AlertMessageType type,
	string value
)
Public Sub New ( _
	type As AlertMessageType, _
	value As String _
)
public:
AlertMessage (
	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 <AlertMessage> element

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