Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.