PSSession.ComputerType 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 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