ComputerInfo.CsPCSystemType 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.
Type of the computer in use, such as laptop, desktop, or tablet
public:
property Nullable<Microsoft::PowerShell::Commands::PCSystemType> CsPCSystemType { Nullable<Microsoft::PowerShell::Commands::PCSystemType> get(); };
public Microsoft.PowerShell.Commands.PCSystemType? CsPCSystemType { get; }
member this.CsPCSystemType : Nullable<Microsoft.PowerShell.Commands.PCSystemType>
Public ReadOnly Property CsPCSystemType As Nullable(Of PCSystemType)