IntelliTraceProcess.SystemInformationEvent Property

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

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

Syntax

'Declaration
Public Property SystemInformationEvent As SystemInformationEvent
    Get
    Private Set
public SystemInformationEvent SystemInformationEvent { get; private set; }
public:
property SystemInformationEvent^ SystemInformationEvent {
    SystemInformationEvent^ get ();
    private: void set (SystemInformationEvent^ value);
}
member SystemInformationEvent : SystemInformationEvent with get, private set
function get SystemInformationEvent () : SystemInformationEvent
private function set SystemInformationEvent (value : SystemInformationEvent)

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.SystemInformationEvent

.NET Framework Security

See Also

Reference

IntelliTraceProcess Class

Microsoft.VisualStudio.IntelliTrace Namespace