ComputerInfo.OsSystemDevice 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.
Physical disk partition on which the operating system is installed
public:
property System::String ^ OsSystemDevice { System::String ^ get(); };
public:
property Platform::String ^ OsSystemDevice { Platform::String ^ get(); };
public string OsSystemDevice { get; }
member this.OsSystemDevice : string
Public ReadOnly Property OsSystemDevice As String