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
'Déclaration
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.