ResultSnippet.LogFiles Property
Applies To: Windows 8.1
A LogFileCollection object that contains the log files for this ResultSnippet.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As ResultSnippet
Dim value As LogFileCollection
value = instance.LogFiles
Syntax
'Declaration
Public ReadOnly Property LogFiles As LogFileCollection
public LogFileCollection LogFiles { get; }
public:
property LogFileCollection^ LogFiles {
LogFileCollection^ get ();
}
/** @property */
public LogFileCollection get_LogFiles ()
public function get LogFiles () : LogFileCollection
Property Value
Returns LogFileCollection.
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
ResultSnippet Class
ResultSnippet Members
Microsoft.Assessments.Runtime Namespace