SystemIdentificationInfo.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.