ComputerInfo.CsLastLoadInfo 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.
Array entry of the CsInitialLoadInfo property that contains the data to start the loaded operating system
public:
property System::String ^ CsLastLoadInfo { System::String ^ get(); };
public:
property Platform::String ^ CsLastLoadInfo { Platform::String ^ get(); };
public string CsLastLoadInfo { get; }
member this.CsLastLoadInfo : string
Public ReadOnly Property CsLastLoadInfo As String