ComputerInfo.CsModel 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.
Product name that a manufacturer gives to a computer
public:
property System::String ^ CsModel { System::String ^ get(); };
public:
property Platform::String ^ CsModel { Platform::String ^ get(); };
public string CsModel { get; }
member this.CsModel : string
Public ReadOnly Property CsModel As String