ErrorWarning.Message Property

Applies To: Windows 8.1

Gets the text of the message of this item.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As ErrorWarning
Dim value As String

value = instance.Message

instance.Message = value

Syntax

'Declaration
Public Property Message As String
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ message);
}
/** @property */
public String get_Message ()

/** @property */
public void set_Message (String message)
public function get Message () : String

public function set Message (message : String)

Property Value

Returns String.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

ErrorWarning Class
ErrorWarning Members
Microsoft.Assessments.Runtime Namespace