PSSession.ComputerType Property

Definition

Type of the computer target.

public:
 property System::Management::Automation::Runspaces::TargetMachineType ComputerType { System::Management::Automation::Runspaces::TargetMachineType get(); void set(System::Management::Automation::Runspaces::TargetMachineType value); };
public System.Management.Automation.Runspaces.TargetMachineType ComputerType { get; set; }
member this.ComputerType : System.Management.Automation.Runspaces.TargetMachineType with get, set
Public Property ComputerType As TargetMachineType

Property Value

Applies to