LogReaderCallbackData.LogText Property

Applies To: Windows 8.1

The text that describes the current event.

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

Usage

'Usage
Dim instance As LogReaderCallbackData
Dim value As String

value = instance.LogText

Syntax

'Declaration
Public ReadOnly Property LogText As String
public string LogText { get; }
public:
property String^ LogText {
    String^ get ();
}
/** @property */
public String get_LogText ()
public function get LogText () : 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

LogReaderCallbackData Class
LogReaderCallbackData Members
Microsoft.Assessments.Hosting Namespace