TraceProcess.SystemInformationEvent Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the system information event that describes properties of the system where the recording occurred.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property SystemInformationEvent As SystemInfoEvent
    Get
    Private Set
'Usage
Dim instance As TraceProcess
Dim value As SystemInfoEvent

value = instance.SystemInformationEvent
public SystemInfoEvent SystemInformationEvent { get; private set; }
public:
property SystemInfoEvent^ SystemInformationEvent {
    SystemInfoEvent^ get ();
    private: void set (SystemInfoEvent^ value);
}
member SystemInformationEvent : SystemInfoEvent with get, private set
function get SystemInformationEvent () : SystemInfoEvent
private function set SystemInformationEvent (value : SystemInfoEvent)

Property Value

Type: Microsoft.VisualStudio.TraceLog.SystemInfoEvent

.NET Framework Security

See Also

Reference

TraceProcess Class

TraceProcess Members

Microsoft.VisualStudio.TraceLog Namespace