SystemIdentificationInfo.Source Property

Definition

Gets the source that generated the unique ID, either a Unified Extensible Firmware Interface (UEFI) or a Trusted Platform Module (TPM).

public:
 property SystemIdentificationSource Source { SystemIdentificationSource get(); };
SystemIdentificationSource Source();
public SystemIdentificationSource Source { get; }
var systemIdentificationSource = systemIdentificationInfo.source;
Public ReadOnly Property Source As SystemIdentificationSource

Property Value

The source that generated the unique ID.

Applies to