ComputerInfo.CsInitialLoadInfo 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.
Data required to find the initial load device or boot service to request that the operating system start up
public:
property System::String ^ CsInitialLoadInfo { System::String ^ get(); };
public:
property Platform::String ^ CsInitialLoadInfo { Platform::String ^ get(); };
public string CsInitialLoadInfo { get; }
member this.CsInitialLoadInfo : string
Public ReadOnly Property CsInitialLoadInfo As String