ComputerInfo.OsType Property

Definition

Type of operating system

public:
 property Nullable<Microsoft::PowerShell::Commands::OSType> OsType { Nullable<Microsoft::PowerShell::Commands::OSType> get(); };
public Microsoft.PowerShell.Commands.OSType? OsType { get; }
member this.OsType : Nullable<Microsoft.PowerShell.Commands.OSType>
Public ReadOnly Property OsType As Nullable(Of OSType)

Property Value

Applies to