Solution.SessionLogFile Property
Applies To: Windows 8.1
The name of the debugging log files that contain a record of the AXE engine execution.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Solution
Dim value As String
value = instance.SessionLogFile
Syntax
'Declaration
Public ReadOnly Property SessionLogFile As String
public string SessionLogFile { get; }
public:
property String^ SessionLogFile {
String^ get ();
}
/** @property */
public String get_SessionLogFile ()
public function get SessionLogFile () : String
Property Value
Returns String.
Remarks
The path to the session files.
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
Solution Class
Solution Members
Microsoft.Assessments.Hosting Namespace