ComputerInfo.OsSerialNumber 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.
Operating system product serial identification number
public:
property System::String ^ OsSerialNumber { System::String ^ get(); };
public:
property Platform::String ^ OsSerialNumber { Platform::String ^ get(); };
public string OsSerialNumber { get; }
member this.OsSerialNumber : string
Public ReadOnly Property OsSerialNumber As String